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 Mar 5, 2025
1 parent fe71951 commit 274528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/schema/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"database/sql"
"database/sql/driver"
"fmt"
slices2 "github.com/block/ftl/common/slices"
"os"
"reflect"
"slices"
Expand All @@ -17,6 +16,7 @@ import (

schemapb "github.com/block/ftl/common/protos/xyz/block/ftl/schema/v1"
"github.com/block/ftl/common/sha256"
slices2 "github.com/block/ftl/common/slices"
)

type Module struct {
Expand Down

0 comments on commit 274528f

Please sign in to comment.