about summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
diff options
context:
space:
mode:
authorKinrany <kinrany@yandex.com>2019-07-20 23:40:30 +0300
committerGitHub <noreply@github.com>2019-07-20 23:40:30 +0300
commit3e39ac718809c147141d4b6ed02b5db4a6779397 (patch)
treeac6e4b96455351f3b4bbb1da18495876b2f778d0 /src/librustdoc/html/render.rs
parent112a3473d046c7f2e677de2b71259649b9e4b9fd (diff)
downloadrust-3e39ac718809c147141d4b6ed02b5db4a6779397.tar.gz
rust-3e39ac718809c147141d4b6ed02b5db4a6779397.zip
Update render.rs
Diffstat (limited to 'src/librustdoc/html/render.rs')
-rw-r--r--src/librustdoc/html/render.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index c5cc04b9af5..3234889ca7c 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -885,7 +885,7 @@ function hideThemeButtonState() {{
     themePicker.style.borderBottomRightRadius = "0";
     themePicker.style.borderBottomLeftRadius = "0";
 }}
-        
+
 function switchThemeButtonState() {{
     if (themes.style.display === "block") {{
         showThemeButtonState();