Skip to content

Commit

Permalink
make check output style consistent
Browse files Browse the repository at this point in the history
The RAT and PEP8 checks don’t print a blank line after successful runs.
The scalastyle check shouldn’t either.
  • Loading branch information
nchammas committed Aug 2, 2014
1 parent 87738bf commit 75ad552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/scalastyle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ if test ! -z "$ERRORS"; then
echo -e "Scalastyle checks failed at following occurrences:\n$ERRORS"
exit 1
else
echo -e "Scalastyle checks passed.\n"
echo -e "Scalastyle checks passed."
fi

0 comments on commit 75ad552

Please sign in to comment.