Skip to content

Commit 429a7ef

Browse files
committed
Fix tidy error.
1 parent 62f26ba commit 429a7ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: tests/linkcheck.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ fi
1111
rm -rf tests/linkcheck tests/linkchecker
1212

1313
mkdir tests/linkchecker
14-
curl -o tests/linkchecker/Cargo.toml https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
15-
curl -o tests/linkchecker/main.rs https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs
14+
curl -o tests/linkchecker/Cargo.toml \
15+
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
16+
curl -o tests/linkchecker/main.rs \
17+
https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs
1618

1719
mdbook build
1820

0 commit comments

Comments
 (0)