Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix goimport order
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Apr 21, 2024
1 parent 8f902e2 commit a0082c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ clean:

lint:
@go install github.com/golangci/golangci-lint/cmd/[email protected] \
&& goimports -local "github.com/taikoxyz/taiko-client" -w ./ \
&& golangci-lint run

test:
Expand Down

0 comments on commit a0082c0

Please sign in to comment.