say when we finish checking gofmt
This commit is contained in:
parent
3a79620e92
commit
9cf65d8e1b
|
@ -9,5 +9,6 @@ if [[ -n ${gofmt_files} ]]; then
|
||||||
echo "You can use the command: \`make fmt\` to reformat code."
|
echo "You can use the command: \`make fmt\` to reformat code."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
echo "Check passed."
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue