From 580895c769b96e6d6035ae70e1f05eadd9a84e9c Mon Sep 17 00:00:00 2001 From: Arnau Casau Date: Wed, 28 Feb 2024 16:56:46 +0100 Subject: [PATCH] remove last space --- scripts/lib/api/processHtml.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/api/processHtml.ts b/scripts/lib/api/processHtml.ts index 1d499e3f98d..195a5fec825 100644 --- a/scripts/lib/api/processHtml.ts +++ b/scripts/lib/api/processHtml.ts @@ -322,7 +322,7 @@ export function processMembersAndSetMeta( } else if (!$child.attr("id")) { // Overload methods have more than one
tag, but only the first one // contains an id. - return `

${$child.html()} ${github}

`; + return `

${$child.html()}${github}

`; } else { // Inline methods $(`

${getLastPartFromFullIdentifier(id)}

`).insertBefore(