Skip to content

Commit 921d4da

Browse files
committed
Auto merge of #3536 - matthiaskrgr:fix_script, r=oli-obk
fix typo in script
2 parents f26c39b + 7fe39c9 commit 921d4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for file in `find tests -not -path "tests/ui/methods.rs" -not -path "tests/ui/fo
4141
rustfmt ${file} --check || echo "${file} needs reformatting!" ; needs_formatting=true
4242
done
4343

44-
if [ "${needs_reformatting}" = true] ; then
44+
if [ "${needs_reformatting}" = true ] ; then
4545
echo "Tests need reformatting!"
4646
exit 2
4747
fi

0 commit comments

Comments
 (0)