Skip to content

Commit c013edc

Browse files
[TEMP] Trying to See the Output of Make Format on CI
1 parent 7d0006e commit c013edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/check-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ $clean -ne 0 ]; then
88
else
99
echo "Code Formatting Check"
1010
echo "====================="
11-
make format"$1" > /dev/null 2>&1
11+
make format"$1"
1212

1313
valid_format=$(git diff | wc -l)
1414

0 commit comments

Comments
 (0)