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 Sep 13, 2024
1 parent a67bf63 commit 44637bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/controller/encryption/dal/dal.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"context"
"fmt"

"github.com/alecthomas/types/optional"

"github.com/TBD54566975/ftl/backend/controller/encryption/dal/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/internal/encryption"
"github.com/TBD54566975/ftl/internal/log"
"github.com/alecthomas/types/optional"
)

type DAL struct {
Expand Down

0 comments on commit 44637bb

Please sign in to comment.