Fix tidy error.

Upstream tidy doesn't like the whitespace in `ci/build.sh` (no tabs,
too many newlines).
This commit is contained in:
Eric Huss 2019-10-01 08:48:26 -07:00
parent d69b1058c6
commit cf633ee5b9
1 changed files with 2 additions and 3 deletions

View File

@ -17,4 +17,3 @@ for file in src/*.md ; do
echo Checking references in $file
cargo run --quiet --bin link2print < $file > /dev/null
done