Skip to content

Commit b1979b6

Browse files
authored
vet: remove trailing whitespace (#7420)
1 parent 700ca74 commit b1979b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/vet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
9090
go mod tidy -compat=1.21
9191
git status --porcelain 2>&1 | fail_on_output || \
9292
(git status; git --no-pager diff; exit 1)
93-
93+
9494
# - Collection of static analysis checks
9595
SC_OUT="$(mktemp)"
9696
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true

0 commit comments

Comments
 (0)