Skip to content

Commit 7209c01

Browse files
committed
chore(#3271): remove bad printf after format-check failure
1 parent 98e71d6 commit 7209c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ format-fix:
3232

3333
format-check:
3434
CodeFormat format --config .editorconfig --workspace lua
35-
git diff --exit-code lua || printf "\n\nPlease run: make format-fix\n"
35+
git diff --exit-code lua
3636

3737
#
3838
# utility

0 commit comments

Comments
 (0)