Skip to content

Commit

Permalink
fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 20, 2017
1 parent 4eef581 commit 96d3594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/linkchecker/main.rs
Expand Up @@ -121,7 +121,7 @@ fn check(cache: &mut Cache,
if file.extension().and_then(|s| s.to_str()) == Some("js") {
return None;
}

// ignore handlebars files as they use {{}} to build links, we only
// want to test the generated files
if file.extension().and_then(|s| s.to_str()) == Some("hbs") {
Expand Down

0 comments on commit 96d3594

Please sign in to comment.