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 2, 2024
1 parent 7236911 commit e404679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/protos/xyz/block/ftl/v1/language/language.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ syntax = "proto3";
package xyz.block.ftl.v1.language;

import "xyz/block/ftl/v1/schema/schema.proto";

option go_package = "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1/language;languagepb";
option java_multiple_files = true;

Expand Down
3 changes: 2 additions & 1 deletion backend/schema/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ import (
"reflect"
"strings"

"github.com/TBD54566975/ftl/internal/builderrors"
"github.com/alecthomas/participle/v2"
"github.com/alecthomas/participle/v2/lexer"
"google.golang.org/protobuf/proto"

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

var (
Expand Down

0 comments on commit e404679

Please sign in to comment.