From 8ece1ffb8da01075e3882d6a324b5b253be15479 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Nov 2024 19:26:15 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- go-runtime/compile/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-runtime/compile/build.go b/go-runtime/compile/build.go index f93c0cb6f7..eabbf4b520 100644 --- a/go-runtime/compile/build.go +++ b/go-runtime/compile/build.go @@ -14,7 +14,6 @@ import ( "strings" "unicode" - "github.com/TBD54566975/ftl/go-runtime/schema/common" "github.com/alecthomas/types/optional" "github.com/alecthomas/types/result" "github.com/block/scaffolder" @@ -26,6 +25,7 @@ import ( "github.com/TBD54566975/ftl" extract "github.com/TBD54566975/ftl/go-runtime/schema" + "github.com/TBD54566975/ftl/go-runtime/schema/common" "github.com/TBD54566975/ftl/internal" "github.com/TBD54566975/ftl/internal/builderrors" "github.com/TBD54566975/ftl/internal/exec"