Skip to content

Commit

Permalink
Remove trailing spaces (#7426)
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H authored Jul 25, 2024
1 parent 1feeaec commit 47be8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/vet-proto.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash

set -ex # Exit on error; debugging enabled.
set -o pipefail # Fail a pipe if any sub-command fails.
Expand Down
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 47be8a6

Please sign in to comment.