Skip to content

Commit 84a0478

Browse files
committed
fix bug of hack/update-gofmt.sh
1 parent ed2bdd5 commit 84a0478

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hack/update-gofmt.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ find_files() {
4343
\) -name '*.go'
4444
}
4545

46-
GOFMT="gofmt -s -w"
47-
find_files | xargs "${GOFMT}"
46+
find_files | xargs gofmt -s -w

0 commit comments

Comments
 (0)