aboutsummaryrefslogtreecommitdiff
path: root/dev/scalastyle
diff options
context:
space:
mode:
Diffstat (limited to 'dev/scalastyle')
-rwxr-xr-xdev/scalastyle2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/scalastyle b/dev/scalastyle
index d9f2b91a3a..b53053a04f 100755
--- a/dev/scalastyle
+++ b/dev/scalastyle
@@ -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