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 Oct 10, 2024
1 parent 766ad72 commit 3d0f32e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion go-runtime/schema/initialize/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
"reflect"
"strings"

"github.com/TBD54566975/ftl/internal/slices"
"github.com/TBD54566975/golang-tools/go/analysis"
"github.com/TBD54566975/golang-tools/go/packages"

"github.com/TBD54566975/ftl/internal/slices"
)

// Analyzer prepares data prior to the schema extractor runs, e.g. loads FTL types for reference by other
Expand Down
6 changes: 3 additions & 3 deletions go-runtime/server/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"time"

"github.com/XSAM/otelsql"
"github.com/alecthomas/types/once"
"go.opentelemetry.io/otel/attribute"
semconv "go.opentelemetry.io/otel/semconv/v1.4.0"

"github.com/TBD54566975/ftl/go-runtime/ftl"
"github.com/TBD54566975/ftl/go-runtime/ftl/reflection"
"github.com/TBD54566975/ftl/internal/modulecontext"
"github.com/alecthomas/types/once"
"go.opentelemetry.io/otel/attribute"
semconv "go.opentelemetry.io/otel/semconv/v1.4.0"
)

func PostgresDatabaseHandle[T ftl.DatabaseConfig]() reflection.VerbResource {
Expand Down
3 changes: 2 additions & 1 deletion go-runtime/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import (
"strings"

"connectrpc.com/connect"
"github.com/alecthomas/types/optional"

ftlv1 "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1"
"github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/ftlv1connect"
"github.com/TBD54566975/ftl/common/plugin"
Expand All @@ -22,7 +24,6 @@ import (
"github.com/TBD54566975/ftl/internal/observability"
"github.com/TBD54566975/ftl/internal/rpc"
"github.com/TBD54566975/ftl/internal/schema"
"github.com/alecthomas/types/optional"
)

type UserVerbConfig struct {
Expand Down

0 comments on commit 3d0f32e

Please sign in to comment.