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] authored and matt2e committed Mar 5, 2025
1 parent 43514dd commit cab507b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/buildengine/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import (
"strings"

"connectrpc.com/connect"
"github.com/alecthomas/types/optional"
"github.com/alecthomas/types/result"
"golang.org/x/exp/maps"
"golang.org/x/sync/errgroup"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/timestamppb"

"github.com/alecthomas/types/optional"
"github.com/alecthomas/types/result"
buildenginepb "github.com/block/ftl/backend/protos/xyz/block/ftl/buildengine/v1"
langpb "github.com/block/ftl/backend/protos/xyz/block/ftl/language/v1"
ftlv1 "github.com/block/ftl/backend/protos/xyz/block/ftl/v1"
Expand Down

0 comments on commit cab507b

Please sign in to comment.