Skip to content

Commit 2ebe084

Browse files
committed
Fix lint
1 parent add1cc7 commit 2ebe084

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/lib/output/formatter.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,9 @@ const typeBuilder: TypeVisitor<
517517
} else if (type.externalUrl) {
518518
if (type.externalUrl === "#") {
519519
name = simpleElement(
520-
<span class="tsd-signature-type external">{type.name}</span>,
520+
<span class="tsd-signature-type external">
521+
{type.name}
522+
</span>,
521523
);
522524
} else {
523525
name = simpleElement(

0 commit comments

Comments
 (0)