diff options
| author | steveklabnik <steve@steveklabnik.com> | 2017-03-17 09:25:29 -0400 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2017-03-20 10:10:16 -0400 |
| commit | 96d35947c36bba6c6545c06768b5358c0f8bf3dc (patch) | |
| tree | 059f44f3d6b7963c796c139851e13c6e2d314b37 | |
| parent | 4eef581817dc26e3952a18f26506f3e0f522062f (diff) | |
| download | rust-96d35947c36bba6c6545c06768b5358c0f8bf3dc.tar.gz rust-96d35947c36bba6c6545c06768b5358c0f8bf3dc.zip | |
fix trailing whitespace
| -rw-r--r-- | src/tools/linkchecker/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/linkchecker/main.rs b/src/tools/linkchecker/main.rs index e83a1f8aea7..8c4eb728b75 100644 --- a/src/tools/linkchecker/main.rs +++ b/src/tools/linkchecker/main.rs @@ -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") { |
