Skip to content

Commit eea0e39

Browse files
committed
tidy fix
1 parent 38d6899 commit eea0e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function switchTheme(newTheme, saveTheme) {
106106
// The theme file for this theme name
107107
var themeFile = themeName + resourcesSuffix + ".css";
108108
var themeSheet = document.querySelector("[href$='" + themeFile + "']");
109-
109+
110110
if (themeName === newTheme) {
111111
themeSheet.disabled = false;
112112
} else {

0 commit comments

Comments
 (0)