Skip to content

Commit

Permalink
Updates as per reviewers comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gitvinit committed Apr 19, 2023
1 parent dee4f48 commit 08a3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ diff=$(find_files | xargs gofmt -d -s 2>&1) || true
if [[ -n "${diff}" ]]; then
echo "${diff}" >&2
echo >&2
echo "Run ./hack/update-gofmt.sh" >&2
echo "Lint issues found, run ./hack/update-gofmt.sh to fix." >&2
exit 1
fi

0 comments on commit 08a3d75

Please sign in to comment.