diff --git a/scripts/gofmtcheck.sh b/scripts/gofmtcheck.sh index 7bc3f4b1a..5b99bcdc4 100755 --- a/scripts/gofmtcheck.sh +++ b/scripts/gofmtcheck.sh @@ -9,5 +9,6 @@ if [[ -n ${gofmt_files} ]]; then echo "You can use the command: \`make fmt\` to reformat code." exit 1 fi +echo "Check passed." exit 0