fix trailing whitespace

This commit is contained in:
steveklabnik 2017-03-17 09:25:29 -04:00
parent 4eef581817
commit 96d35947c3
1 changed files with 1 additions and 1 deletions

View File

@ -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") {