Skip to content

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

Diff for: src/librustdoc/html/static/js/search.js

+1-1
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)