We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0006e commit c013edcCopy full SHA for c013edc
dev/check-format.sh
@@ -8,7 +8,7 @@ if [ $clean -ne 0 ]; then
8
else
9
echo "Code Formatting Check"
10
echo "====================="
11
- make format"$1" > /dev/null 2>&1
+ make format"$1"
12
13
valid_format=$(git diff | wc -l)
14
0 commit comments