about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2015-05-07 04:17:10 -0400
committerRory O’Kane <rory@roryokane.com>2015-05-07 04:17:10 -0400
commit61bb091f068f401f768b1a0e377f22bb83e4584c (patch)
treeead92ae7b8806b85192ae698b9daf8bdeb011086
parent92565b3dfbacca4b2a851758e5e9a784fc5b156e (diff)
downloadrust-61bb091f068f401f768b1a0e377f22bb83e4584c.tar.gz
rust-61bb091f068f401f768b1a0e377f22bb83e4584c.zip
Remove trailing whitespace on blank line
This style inconsistency was noted at https://travis-ci.org/rust-lang/rust/builds/61583070#L371
-rw-r--r--src/librustdoc/html/static/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/main.js b/src/librustdoc/html/static/main.js
index 92fb6402e72..6a1d7bdfd83 100644
--- a/src/librustdoc/html/static/main.js
+++ b/src/librustdoc/html/static/main.js
@@ -816,7 +816,7 @@
             return "\u2212"; // "\u2212" is '−' minus sign
         }
     }
-    
+
     $("#toggle-all-docs").on("click", function() {
         var toggle = $("#toggle-all-docs");
         if (toggle.hasClass("will-expand")) {