Skip to content

Commit 7635f2b

Browse files
committed
fix whitespace
1 parent 60c5855 commit 7635f2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,17 +1584,17 @@ class DocSearch {
15841584
* This is effectively string interning, so that function matching can be
15851585
* done more quickly. Two types with the same name but different item kinds
15861586
* get the same ID.
1587-
*
1588-
* @template T extends string
1589-
* @overload
1587+
*
1588+
* @template T extends string
1589+
* @overload
15901590
* @param {T} name
15911591
* @param {boolean=} isAssocType - True if this is an assoc type
15921592
* @returns {T extends "" ? null : number}
1593-
*
1594-
* @param {string} name
1593+
*
1594+
* @param {string} name
15951595
* @param {boolean=} isAssocType
15961596
* @returns {number | null}
1597-
*
1597+
*
15981598
*/
15991599
buildTypeMapIndex(name, isAssocType) {
16001600
if (name === "" || name === null) {

0 commit comments

Comments
 (0)