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 18, 2024
1 parent a1ff7cc commit 2d05edb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 3 additions & 2 deletions backend/controller/timeline/events_call.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ import (
"fmt"
"time"

"github.com/alecthomas/types/either"
"github.com/alecthomas/types/optional"

ftlencryption "github.com/TBD54566975/ftl/backend/controller/encryption/api"
"github.com/TBD54566975/ftl/backend/controller/timeline/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
ftlv1 "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1"
"github.com/TBD54566975/ftl/backend/schema"
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/model"
"github.com/alecthomas/types/either"
"github.com/alecthomas/types/optional"
)

type CallEvent struct {
Expand Down
3 changes: 2 additions & 1 deletion backend/controller/timeline/events_deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package timeline
import (
"time"

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

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

type DeploymentCreatedEvent struct {
Expand Down
3 changes: 2 additions & 1 deletion backend/controller/timeline/events_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"context"
"encoding/json"

"github.com/alecthomas/types/optional"

"github.com/TBD54566975/ftl/backend/controller/timeline/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/internal/model"
"github.com/alecthomas/types/optional"
)

type IngresEvent struct {
Expand Down
3 changes: 2 additions & 1 deletion backend/controller/timeline/events_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ import (
"fmt"
"time"

"github.com/alecthomas/types/optional"

ftlencryption "github.com/TBD54566975/ftl/backend/controller/encryption/api"
"github.com/TBD54566975/ftl/backend/controller/timeline/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
ftlv1 "github.com/TBD54566975/ftl/backend/protos/xyz/block/ftl/v1"
"github.com/TBD54566975/ftl/internal/model"
"github.com/alecthomas/types/optional"
)

type LogEvent struct {
Expand Down
3 changes: 2 additions & 1 deletion backend/controller/timeline/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import (
"strconv"
"time"

"github.com/alecthomas/types/optional"

"github.com/TBD54566975/ftl/backend/controller/timeline/internal/sql"
"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/backend/schema"
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/model"
"github.com/alecthomas/types/optional"
)

type eventFilterCall struct {
Expand Down

0 comments on commit 2d05edb

Please sign in to comment.