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 May 12, 2024
1 parent bfa6f0f commit 65e89d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go-runtime/ftl/ftltest/ftltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ import (
"reflect"
"strings"

_ "github.com/jackc/pgx/v5/stdlib" // SQL driver

"github.com/TBD54566975/ftl/backend/schema"
cf "github.com/TBD54566975/ftl/common/configuration"
"github.com/TBD54566975/ftl/go-runtime/ftl"
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/modulecontext"
"github.com/TBD54566975/ftl/internal/slices"
_ "github.com/jackc/pgx/v5/stdlib" // SQL driver
)

type OptionsState struct {
Expand Down

0 comments on commit 65e89d2

Please sign in to comment.