Skip to content

Commit 96d3594

Browse files
committed
fix trailing whitespace
1 parent 4eef581 commit 96d3594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn check(cache: &mut Cache,
121121
if file.extension().and_then(|s| s.to_str()) == Some("js") {
122122
return None;
123123
}
124-
124+
125125
// ignore handlebars files as they use {{}} to build links, we only
126126
// want to test the generated files
127127
if file.extension().and_then(|s| s.to_str()) == Some("hbs") {

0 commit comments

Comments
 (0)