Skip to content

Commit

Permalink
Fix tidy error. (#2104)
Browse files Browse the repository at this point in the history
Fix tidy error.
  • Loading branch information
carols10cents authored Oct 2, 2019
2 parents d69b105 + cf633ee commit 04806c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 04806c8

Please sign in to comment.