Skip to content

Commit

Permalink
chore: fix autofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 4, 2024
1 parent 0f029e7 commit 379bde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/autofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git remote set-url origin https://x-access-token:${{ secrets.FTL_AUTOFMT_TOKEN }}@github.com/${{ github.repository }}
git commit -am "chore(autofmt): Automated formatting"
git push
git push
2 changes: 1 addition & 1 deletion backend/controller/controller.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package controller

import (
"context"
"errors"
"context"
"fmt"
"io"
"math/rand"
Expand Down

0 comments on commit 379bde0

Please sign in to comment.