Skip to content

Commit 4814667

Browse files
Trottdanielleadams
authored andcommitted
lib,tools: remove empty lines between JSDoc tags
This is in preparation for enabling a recommended JSDoc lint rule. PR-URL: #41147 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent de2140d commit 4814667

File tree

7 files changed

+1012
-23
lines changed

7 files changed

+1012
-23
lines changed

lib/internal/blob.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ function getSource(source, endings) {
123123
class Blob {
124124
/**
125125
* @typedef {string|ArrayBuffer|ArrayBufferView|Blob} SourcePart
126-
*
126+
*/
127+
128+
/**
127129
* @param {SourcePart[]} [sources]
128130
* @param {{
129131
* endings? : string,

0 commit comments

Comments
 (0)