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 13, 2024
1 parent 30d5fdc commit 9e2267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/schema/ref.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package schema

import (
"github.com/TBD54566975/ftl/internal/slices"
"google.golang.org/protobuf/proto"

schemapb "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/schema"
"github.com/TBD54566975/ftl/internal/slices"
)

// Ref is an untyped reference to a symbol.
Expand Down

0 comments on commit 9e2267a

Please sign in to comment.