Skip to content

Commit 7ffb4f6

Browse files
committed
Fix tidy again
1 parent ed2c332 commit 7ffb4f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/js/search.js

-1
Original file line numberDiff line numberDiff line change
@@ -3912,7 +3912,6 @@ function initSearch(searchIndx) {
39123912
rawSearchIndex = searchIndx;
39133913
if (typeof window !== "undefined") {
39143914
docSearch = new DocSearch(rawSearchIndex, ROOT_PATH, searchState);
3915-
39163915
registerSearchEvents();
39173916
// If there's a search term in the URL, execute the search now.
39183917
if (window.searchState.getQueryStringParams().search) {

0 commit comments

Comments
 (0)