Skip to content

Commit beb8485

Browse files
silverwindMylesBorins
authored andcommitted
tools: fix lint issue in doctool
PR-URL: #11658 Backport-PR-URL: #13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b62cec8 commit beb8485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/doc/type-parser.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ module.exports = {
7171
typeLinks.push('<a href="' + typeUrl + '" class="type">&lt;' +
7272
typeTextFull + '&gt;</a>');
7373
} else {
74-
typeLinks.push('<span class="type">&lt;' + typeTextFull + '&gt;</span>');
74+
typeLinks.push('<span class="type">&lt;' + typeTextFull +
75+
'&gt;</span>');
7576
}
7677
}
7778
});

0 commit comments

Comments
 (0)