Add line break to lint output

This commit is contained in:
Joshua Boniface 2021-05-28 00:20:03 -04:00
parent f82da03a62
commit 4554a0d6af
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pushd $( git rev-parse --show-toplevel ) &>/dev/null
ex=0
# Linting
echo -n "Linting... "
echo "Linting..."
./lint
if [[ $? -ne 0 ]]; then
echo "Aborting commit due to linting errors."