Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Oct 23, 2023
1 parent ca0cf03 commit cf68aa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/_data/playgrounds.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ module.exports = async function(data) {
const Tools = await import('@parse5/tools');

function append(node, ...nodes) {

Tools.spliceChildren(node, Infinity, 0, ...nodes);

Tools.spliceChildren(node, Infinity, 0, ...nodes);
}

const demoManifests = groupBy('primaryElementName', data.demos);
Expand Down

0 comments on commit cf68aa8

Please sign in to comment.