Skip to content

Commit

Permalink
lib,tools: remove empty lines between JSDoc tags
Browse files Browse the repository at this point in the history
This is in preparation for enabling a recommended JSDoc lint rule.

PR-URL: #41147
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Feb 1, 2022
1 parent de2140d commit 4814667
Show file tree
Hide file tree
Showing 7 changed files with 1,012 additions and 23 deletions.
4 changes: 3 additions & 1 deletion lib/internal/blob.js
Expand Up @@ -123,7 +123,9 @@ function getSource(source, endings) {
class Blob {
/**
* @typedef {string|ArrayBuffer|ArrayBufferView|Blob} SourcePart
*
*/

/**
* @param {SourcePart[]} [sources]
* @param {{
* endings? : string,
Expand Down

0 comments on commit 4814667

Please sign in to comment.