Skip to content

Commit 3e39ac7

Browse files
authored
Update render.rs
1 parent 112a347 commit 3e39ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ function hideThemeButtonState() {{
885885
themePicker.style.borderBottomRightRadius = "0";
886886
themePicker.style.borderBottomLeftRadius = "0";
887887
}}
888-
888+
889889
function switchThemeButtonState() {{
890890
if (themes.style.display === "block") {{
891891
showThemeButtonState();

0 commit comments

Comments
 (0)