Skip to content

Commit

Permalink
Improve bin/format.sh. (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Dec 2, 2024
1 parent 17d8dfd commit 60fd889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ if [ -n "$modified_files" ]; then
echo ""
echo "The diff is:"
git --no-pager diff
echo ""
echo "To correct the formatting run:"
echo " $0"
exit 1
fi

0 comments on commit 60fd889

Please sign in to comment.