From 8cc21536d43ed67b2891e46211b187520333f64a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Mar 2024 23:35:26 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- backend/controller/sql/types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/controller/sql/types.go b/backend/controller/sql/types.go index 20756d683b..168b91843b 100644 --- a/backend/controller/sql/types.go +++ b/backend/controller/sql/types.go @@ -5,8 +5,9 @@ import ( "database/sql/driver" "time" - "github.com/TBD54566975/ftl/internal/model" "github.com/alecthomas/types/optional" + + "github.com/TBD54566975/ftl/internal/model" ) type NullTime = optional.Option[time.Time]