tools: fix lint issue in doctool
PR-URL: https://github.com/nodejs/node/pull/11658 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
4c05d6a0b7
commit
172be50fe1
@ -89,7 +89,8 @@ module.exports = {
|
|||||||
typeLinks.push('<a href="' + typeUrl + '" class="type"><' +
|
typeLinks.push('<a href="' + typeUrl + '" class="type"><' +
|
||||||
typeTextFull + '></a>');
|
typeTextFull + '></a>');
|
||||||
} else {
|
} else {
|
||||||
typeLinks.push('<span class="type"><' + typeTextFull + '></span>');
|
typeLinks.push('<span class="type"><' + typeTextFull +
|
||||||
|
'></span>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user