Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 1b8b09a

Browse files
committed
search.js: fix whitespace
1 parent 523f413 commit 1b8b09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2798,7 +2798,7 @@ class DocSearch {
27982798

27992799
// To be sure than it some items aren't considered as duplicate.
28002800
obj.fullPath = res[2] + "|" + obj.ty
2801-
2801+
28022802
if (duplicates.has(obj.fullPath)) {
28032803
continue;
28042804
}

0 commit comments

Comments
 (0)