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 30, 2024
1 parent 9003f9c commit 9eb2be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/controller/artefacts/artefact.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package artefacts

import (
"context"
"github.com/TBD54566975/ftl/backend/libdal"
"io"

"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/internal/model"
"github.com/TBD54566975/ftl/internal/sha256"
)
Expand Down
3 changes: 2 additions & 1 deletion backend/controller/artefacts/hybrid_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package artefacts
import (
"context"
"fmt"
"io"

"github.com/TBD54566975/ftl/backend/libdal"
"github.com/TBD54566975/ftl/internal/model"
"github.com/TBD54566975/ftl/internal/sha256"
"io"
)

type hybridRegistry struct {
Expand Down

0 comments on commit 9eb2be1

Please sign in to comment.