Skip to content

Commit ed2c332

Browse files
committed
Fix tidy
1 parent 259bd7c commit ed2c332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)