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 19, 2024
1 parent cecb9ed commit 05c0a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go-runtime/compile/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
"go/token"
"strings"

"github.com/TBD54566975/ftl/backend/schema"
"github.com/alecthomas/participle/v2"
"github.com/alecthomas/participle/v2/lexer"

"github.com/TBD54566975/ftl/backend/schema"
)

// This file contains a parser for Go FTL directives.
Expand Down

0 comments on commit 05c0a00

Please sign in to comment.