Skip to content

Commit

Permalink
test branch based trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Apr 2, 2024
1 parent 69d1ff8 commit e6d0f74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofmt.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- main
- autofmt_main

name: Auto-format
concurrency:
Expand Down
18 changes: 9 additions & 9 deletions backend/controller/dal/dal.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
package dal

import (
"context"
stdsql "database/sql"
"encoding/json"
"errors"
"fmt"
"io"
"strings"
"time"

"github.com/alecthomas/types/optional"
"github.com/alecthomas/types/pubsub"
sets "github.com/deckarep/golang-set/v2"
Expand All @@ -28,6 +19,15 @@ import (
"github.com/TBD54566975/ftl/internal/model"
"github.com/TBD54566975/ftl/internal/sha256"
"github.com/TBD54566975/ftl/internal/slices"

"context"
stdsql "database/sql"
"encoding/json"
"errors"
"fmt"
"io"
"strings"
"time"
)

var (
Expand Down

0 comments on commit e6d0f74

Please sign in to comment.