mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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:
parent
26d2f0b4ee
commit
29f714b152
7 changed files with 63 additions and 25 deletions
|
@ -123,7 +123,9 @@ function getSource(source, endings) {
|
|||
class Blob {
|
||||
/**
|
||||
* @typedef {string|ArrayBuffer|ArrayBufferView|Blob} SourcePart
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @param {SourcePart[]} [sources]
|
||||
* @param {{
|
||||
* endings? : string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue