about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbinarycat <binarycat@envs.net>2025-03-04 11:03:55 -0600
committerbinarycat <binarycat@envs.net>2025-03-04 11:03:55 -0600
commit7635f2bfc61b353b83c244cf758459486a2ea442 (patch)
treeef5780a505fab7d6983d902b05a7509436ee1788 /src
parent60c5855346576dea6666adb9e00479156242b495 (diff)
downloadrust-7635f2bfc61b353b83c244cf758459486a2ea442.tar.gz
rust-7635f2bfc61b353b83c244cf758459486a2ea442.zip
fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/js/search.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/librustdoc/html/static/js/search.js b/src/librustdoc/html/static/js/search.js
index 45077f7920b..cc8c7a3e43a 100644
--- a/src/librustdoc/html/static/js/search.js
+++ b/src/librustdoc/html/static/js/search.js
@@ -1584,17 +1584,17 @@ class DocSearch {
      * This is effectively string interning, so that function matching can be
      * done more quickly. Two types with the same name but different item kinds
      * get the same ID.
-	 *
-	 * @template T extends string
-	 * @overload
+     *
+     * @template T extends string
+     * @overload
      * @param {T} name
      * @param {boolean=} isAssocType - True if this is an assoc type
      * @returns {T extends "" ? null : number}
-	 *
-	 * @param {string} name
+     *
+     * @param {string} name
      * @param {boolean=} isAssocType
      * @returns {number | null}
-	 * 
+     *
      */
     buildTypeMapIndex(name, isAssocType) {
         if (name === "" || name === null) {