Skip to content

Commit 3153d23

Browse files
committed
Indentation fix
Fixed intentaion (tabs -> spaces) Added trailing newline
1 parent 0772b6f commit 3153d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustdoc/html/static/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
addClass(search, "hidden");
259259
removeClass(document.getElementById("main"), "hidden");
260260
}
261-
defocusSearchBar();
261+
defocusSearchBar();
262262
break;
263263

264264
case "s":
@@ -1889,4 +1889,4 @@ function focusSearchBar() {
18891889
// Removes the focus from the search bar
18901890
function defocusSearchBar() {
18911891
document.getElementsByClassName('search-input')[0].blur();
1892-
}
1892+
}

0 commit comments

Comments
 (0)