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 Nov 1, 2023
1 parent bde28d4 commit 34a7c9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/controller/scaling/local_scaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ import (
"path/filepath"
"strconv"

"github.com/alecthomas/errors"
"github.com/alecthomas/kong"

"github.com/TBD54566975/ftl/backend/common/log"
"github.com/TBD54566975/ftl/backend/common/model"
"github.com/TBD54566975/ftl/backend/runner"
"github.com/alecthomas/errors"
"github.com/alecthomas/kong"
)

var _ RunnerScaling = (*LocalScaling)(nil)
Expand Down

0 comments on commit 34a7c9e

Please sign in to comment.