Skip to content

Commit 47be8a6

Browse files
authored
Remove trailing spaces (#7426)
1 parent 1feeaec commit 47be8a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/vet-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash
22

33
set -ex # Exit on error; debugging enabled.
44
set -o pipefail # Fail a pipe if any sub-command fails.

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)