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 Apr 8, 2024
1 parent 3a0415f commit 72310d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/schema/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"strings"

"github.com/TBD54566975/ftl/internal/reflect"
"google.golang.org/protobuf/proto"

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

// A Data structure.
Expand Down
2 changes: 1 addition & 1 deletion backend/schema/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import (
"sort"
"strings"

dc "github.com/TBD54566975/ftl/internal/reflect"
"github.com/alecthomas/participle/v2"
"github.com/alecthomas/types/optional"
"golang.org/x/exp/maps"

"github.com/TBD54566975/ftl/internal/errors"
dc "github.com/TBD54566975/ftl/internal/reflect"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions buildengine/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"os"
"path/filepath"

"github.com/TBD54566975/ftl/internal/reflect"

"github.com/TBD54566975/ftl/common/moduleconfig"
"github.com/TBD54566975/ftl/internal/reflect"
)

// Project models FTL modules and external libraries and is used to manage dependencies within the build engine
Expand Down
2 changes: 1 addition & 1 deletion go-runtime/compile/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"strconv"
"strings"

"github.com/TBD54566975/ftl/internal/reflect"
"github.com/TBD54566975/scaffolder"
"golang.org/x/mod/modfile"
"golang.org/x/sync/errgroup"
Expand All @@ -24,6 +23,7 @@ import (
"github.com/TBD54566975/ftl/internal"
"github.com/TBD54566975/ftl/internal/exec"
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/reflect"
)

type ExternalModuleContext struct {
Expand Down

0 comments on commit 72310d4

Please sign in to comment.