Skip to content

Commit

Permalink
fix ordering bug (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe authored Jan 16, 2025
1 parent 66a249a commit b384f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint: install

# don't depend on `install` in this step! Before formatting, our `go` code isn't syntactically valid
# ⭐ format all files
format: && _normalize-imports
format: _normalize-imports install
scripts/gofmt.sh
goimports -w example/generated_examples_test.go

Expand Down

0 comments on commit b384f33

Please sign in to comment.