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 Mar 12, 2024
1 parent 5aaad77 commit 8cc2153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/controller/sql/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ import (
"database/sql/driver"
"time"

"github.com/TBD54566975/ftl/internal/model"
"github.com/alecthomas/types/optional"

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

type NullTime = optional.Option[time.Time]
Expand Down

0 comments on commit 8cc2153

Please sign in to comment.