From a4c78548a606a8e7fb9c528d73d139d3edd160cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Oct 2024 21:55:18 +0000 Subject: [PATCH] chore(autofmt): Automated formatting --- common/plugin/serve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/plugin/serve.go b/common/plugin/serve.go index b555f45c55..b47049876a 100644 --- a/common/plugin/serve.go +++ b/common/plugin/serve.go @@ -20,10 +20,10 @@ import ( "golang.org/x/net/http2" "golang.org/x/net/http2/h2c" - _ "github.com/TBD54566975/ftl/internal/server" // Set GOMAXPROCS to match Linux container CPU quota. ftlhttp "github.com/TBD54566975/ftl/internal/http" "github.com/TBD54566975/ftl/internal/log" "github.com/TBD54566975/ftl/internal/rpc" + _ "github.com/TBD54566975/ftl/internal/server" // Set GOMAXPROCS to match Linux container CPU quota. ) type serveCli struct {