Skip to content

Commit 377880b

Browse files
committed
use spaces
1 parent 343030e commit 377880b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2728,8 +2728,8 @@ class DocSearch {
27282728
// ie. functions that also take the queried type as an argument.
27292729
const hasType = result.item && result.item.type;
27302730
if (!hasType) {
2731-
continue;
2732-
}
2731+
continue;
2732+
}
27332733
const inputs = result.item.type.inputs;
27342734
const where_clause = result.item.where_clause;
27352735
if (containsTypeFromQuery(inputs, where_clause)) {

0 commit comments

Comments
 (0)