Skip to content

Commit 7eecca3

Browse files
committed
Fix code style
1 parent bbe5e66 commit 7eecca3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/util/cloneNodes.js

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default function cloneNodes(nodes, source = undefined, raws = undefined)
3434
})
3535
}
3636

37-
3837
/**
3938
* Traverse a tree of nodes and don't traverse children if the callback
4039
* returns false. Ideally we'd use Container#walk instead of this

tests/source-maps.test.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -535,11 +535,11 @@ crosscheck(({ stable, oxide }) => {
535535
'3:12 -> 7:12',
536536
'4:14-35 -> 8:14-35',
537537
'5:12 -> 9:12',
538-
"1:0 -> 10:12",
539-
"3:12 -> 11:12",
540-
"4:14-35 -> 12:14-35",
541-
"5:12 -> 13:12",
542-
"1:0 -> 14:0",
538+
'1:0 -> 10:12',
539+
'3:12 -> 11:12',
540+
'4:14-35 -> 12:14-35',
541+
'5:12 -> 13:12',
542+
'1:0 -> 14:0',
543543
])
544544
}
545545
)

0 commit comments

Comments
 (0)