Skip to content

Commit 52c48d5

Browse files
committed
style: after lint
1 parent 79f3fb7 commit 52c48d5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

lib/index.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function walk (opts, nodes) {
175175
// node.tag = false
176176

177177
m.push(node)
178-
178+
179179
return m
180180
}
181181

@@ -399,9 +399,7 @@ function walk (opts, nodes) {
399399
}, [])
400400
}
401401

402-
403-
function clearRawTag(tree) {
404-
402+
function clearRawTag (tree) {
405403
return tree.reduce((m, node) => {
406404
if (node.content) {
407405
node.content = clearRawTag(node.content)
@@ -415,5 +413,4 @@ function clearRawTag(tree) {
415413

416414
return m
417415
}, [])
418-
419-
}
416+
}

0 commit comments

Comments
 (0)