about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2017-03-17 09:25:29 -0400
committersteveklabnik <steve@steveklabnik.com>2017-03-20 10:10:16 -0400
commit96d35947c36bba6c6545c06768b5358c0f8bf3dc (patch)
tree059f44f3d6b7963c796c139851e13c6e2d314b37
parent4eef581817dc26e3952a18f26506f3e0f522062f (diff)
downloadrust-96d35947c36bba6c6545c06768b5358c0f8bf3dc.tar.gz
rust-96d35947c36bba6c6545c06768b5358c0f8bf3dc.zip
fix trailing whitespace
-rw-r--r--src/tools/linkchecker/main.rs2
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") {