Skip to content

Commit

Permalink
vet: remove trailing whitespace (#7420)
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars authored Jul 16, 2024
1 parent 700ca74 commit b1979b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
go mod tidy -compat=1.21
git status --porcelain 2>&1 | fail_on_output || \
(git status; git --no-pager diff; exit 1)

# - Collection of static analysis checks
SC_OUT="$(mktemp)"
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true
Expand Down

0 comments on commit b1979b6

Please sign in to comment.