We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f26c39b + 7fe39c9 commit 921d4daCopy full SHA for 921d4da
ci/base-tests.sh
@@ -41,7 +41,7 @@ for file in `find tests -not -path "tests/ui/methods.rs" -not -path "tests/ui/fo
41
rustfmt ${file} --check || echo "${file} needs reformatting!" ; needs_formatting=true
42
done
43
44
-if [ "${needs_reformatting}" = true] ; then
+if [ "${needs_reformatting}" = true ] ; then
45
echo "Tests need reformatting!"
46
exit 2
47
fi
0 commit comments