Remove unneccesary newline.

pull/3213/head
Thomas Stromberg 2018-10-04 13:32:54 -07:00
parent defb87de62
commit c1fbd2c678
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ set -e
if [[ $files ]]; then
gofmt -d ${files}
echo "Gofmt errors in files: $files"
exit 1
fi