Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Nov 29, 2023
1 parent bbe5e66 commit 7eecca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/util/cloneNodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function cloneNodes(nodes, source = undefined, raws = undefined)
})
}


/**
* Traverse a tree of nodes and don't traverse children if the callback
* returns false. Ideally we'd use Container#walk instead of this
Expand Down
10 changes: 5 additions & 5 deletions tests/source-maps.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,11 +535,11 @@ crosscheck(({ stable, oxide }) => {
'3:12 -> 7:12',
'4:14-35 -> 8:14-35',
'5:12 -> 9:12',
"1:0 -> 10:12",
"3:12 -> 11:12",
"4:14-35 -> 12:14-35",
"5:12 -> 13:12",
"1:0 -> 14:0",
'1:0 -> 10:12',
'3:12 -> 11:12',
'4:14-35 -> 12:14-35',
'5:12 -> 13:12',
'1:0 -> 14:0',
])
}
)
Expand Down

0 comments on commit 7eecca3

Please sign in to comment.