Skip to content

Commit

Permalink
chore(autofmt): Automated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent f31a8e5 commit a4c7854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/plugin/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a4c7854

Please sign in to comment.