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 27, 2024
1 parent a2c2563 commit e5ed845
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions backend/controller/console.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
package controller

import (
"context"
"encoding/json"
"errors"
"fmt"
"time"

"connectrpc.com/connect"
"github.com/alecthomas/types/optional"
Expand All @@ -17,13 +22,6 @@ import (
"github.com/TBD54566975/ftl/internal/log"
"github.com/TBD54566975/ftl/internal/model"
"github.com/TBD54566975/ftl/internal/slices"

"context"
"encoding/json"
"errors"
"fmt"
"time"

)

type ConsoleService struct {
Expand Down

0 comments on commit e5ed845

Please sign in to comment.