From 9e2267a245793ad00dd823c3b8a158c8cf496756 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 13 Mar 2024 21:57:29 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- backend/schema/ref.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/schema/ref.go b/backend/schema/ref.go index 10a44d0799..e345c3e360 100644 --- a/backend/schema/ref.go +++ b/backend/schema/ref.go @@ -1,10 +1,10 @@ package schema import ( - "github.com/TBD54566975/ftl/internal/slices" "google.golang.org/protobuf/proto" schemapb "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/schema" + "github.com/TBD54566975/ftl/internal/slices" ) // Ref is an untyped reference to a symbol.