From aa733cf027412ce5b429e615fed2d4ef8faa1ea9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 May 2024 22:06:06 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- backend/schema/enum.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/schema/enum.go b/backend/schema/enum.go index 4d8f41f9e9..794adc0890 100644 --- a/backend/schema/enum.go +++ b/backend/schema/enum.go @@ -4,10 +4,10 @@ import ( "fmt" "strings" + "github.com/alecthomas/types/optional" "google.golang.org/protobuf/proto" schemapb "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/schema" - "github.com/alecthomas/types/optional" ) type Enum struct {