Skip to content

Commit 979a728

Browse files
committed
style: format code
1 parent acfab74 commit 979a728

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/rules/no-multiple-template-root.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ const utils = require('../utils')
1313
* @returns {(HTMLComment | HTMLBogusComment | Comment)[]}
1414
*/
1515
function getReportComments(comments, elementRanges) {
16-
return comments.filter(
17-
(comment) =>
18-
!elementRanges.some(
19-
(range) => range[0] <= comment.range[0] && comment.range[1] <= range[1]
20-
)
21-
)
16+
return comments.filter(
17+
(comment) =>
18+
!elementRanges.some(
19+
(range) => range[0] <= comment.range[0] && comment.range[1] <= range[1]
20+
)
21+
)
2222
}
2323

2424
module.exports = {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy