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

@ -14,7 +14,6 @@ echo 'Linting for local file paths...'
cargo run --bin lfp src
echo 'Validating references'
for file in src/*.md ; do
echo Checking references in $file
cargo run --quiet --bin link2print < $file > /dev/null
echo Checking references in $file
cargo run --quiet --bin link2print < $file > /dev/null
done