Skip to content

Commit 140503b

Browse files
committed
fix formatting
1 parent 7368fc7 commit 140503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/lib/src/extensions/api_link_processor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ApiLinkProcessor implements PageExtension {
3131
]) {
3232
// Only enable the tooltip for links that contain a code element.
3333
processedNodes.add(
34-
ComponentNode(ApiLinkTooltip(url: href, text: text))
34+
ComponentNode(ApiLinkTooltip(url: href, text: text)),
3535
);
3636
continue;
3737
} else {

0 commit comments

Comments
 (0)