Skip to content

Commit

Permalink
remove last space
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Feb 28, 2024
1 parent d01963f commit 580895c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/api/processHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export function processMembersAndSetMeta(
} else if (!$child.attr("id")) {
// Overload methods have more than one <dt> tag, but only the first one
// contains an id.
return `<p><code>${$child.html()}</code> ${github}</p>`;
return `<p><code>${$child.html()}</code>${github}</p>`;
} else {
// Inline methods
$(`<h3>${getLastPartFromFullIdentifier(id)}</h3>`).insertBefore(
Expand Down

0 comments on commit 580895c

Please sign in to comment.