Skip to content

Commit

Permalink
fix(pre-commit): syntax error
Browse files Browse the repository at this point in the history
Cause: 670d1c3
  • Loading branch information
david-allison authored and mikehardy committed Dec 19, 2024
1 parent a2f186c commit cabcf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runPrettier () {

runKtlint
ktlint_exit_code=$?
if [ $ktlint_exit_code -ne 0 ]; theno
if [ $ktlint_exit_code -ne 0 ]; then
echo "ktlint failed"
exit ktlint_exit_code
fi
Expand Down

0 comments on commit cabcf4f

Please sign in to comment.