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 Jan 20, 2025
1 parent 0b26e9c commit d0f8616
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jvm-runtime/plugin/common/jvmcommon.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ import (
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/structpb"

"github.com/block/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect"
"github.com/block/ftl/internal/rpc"

"github.com/block/ftl"
langpb "github.com/block/ftl/backend/protos/xyz/block/ftl/language/v1"
langconnect "github.com/block/ftl/backend/protos/xyz/block/ftl/language/v1/languagepbconnect"
ftlv1 "github.com/block/ftl/backend/protos/xyz/block/ftl/v1"
"github.com/block/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect"
"github.com/block/ftl/common/builderrors"
"github.com/block/ftl/common/errors"
"github.com/block/ftl/common/plugin"
Expand All @@ -49,6 +47,7 @@ import (
"github.com/block/ftl/internal/flock"
"github.com/block/ftl/internal/log"
"github.com/block/ftl/internal/moduleconfig"
"github.com/block/ftl/internal/rpc"
"github.com/block/ftl/internal/watch"
)

Expand Down

0 comments on commit d0f8616

Please sign in to comment.