Skip to content

Commit

Permalink
More info message
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed Sep 30, 2024
1 parent c634004 commit 6401812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/scripts/format/format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ format_all() {
fi

if [ -z "$modified_files" ]; then
echo "No modified files found. Please check your changes."
echo "No modified files found. Stopping."
echo ""
return 0
fi

Expand Down

0 comments on commit 6401812

Please sign in to comment.