Skip to content

Commit 75ad552

Browse files
committed
make check output style consistent
The RAT and PEP8 checks don’t print a blank line after successful runs. The scalastyle check shouldn’t either.
1 parent 87738bf commit 75ad552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/scalastyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ if test ! -z "$ERRORS"; then
3030
echo -e "Scalastyle checks failed at following occurrences:\n$ERRORS"
3131
exit 1
3232
else
33-
echo -e "Scalastyle checks passed.\n"
33+
echo -e "Scalastyle checks passed."
3434
fi

0 commit comments

Comments
 (0)