Skip to content

Commit

Permalink
Don't make code check is required to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 4, 2016
1 parent e5e61bd commit 0adee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [ "$num_changes" = "0" ]; then
exit 0
else
echo "Found" $num_changes "necessary changes."
exit 1
exit 0
fi

0 comments on commit 0adee4b

Please sign in to comment.