lib,tools: remove empty lines between JSDoc tags

This is in preparation for enabling a recommended JSDoc lint rule.

PR-URL: https://github.com/nodejs/node/pull/41147
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Rich Trott 2021-12-11 20:25:31 -08:00 committed by Node.js GitHub Bot
parent 26d2f0b4ee
commit 29f714b152
7 changed files with 63 additions and 25 deletions

View file

@ -123,7 +123,9 @@ function getSource(source, endings) {
class Blob {
/**
* @typedef {string|ArrayBuffer|ArrayBufferView|Blob} SourcePart
*
*/
/**
* @param {SourcePart[]} [sources]
* @param {{
* endings? : string,