diff --git a/docs/_data/playgrounds.cjs b/docs/_data/playgrounds.cjs index 66966ebf2a..31d16d5b42 100644 --- a/docs/_data/playgrounds.cjs +++ b/docs/_data/playgrounds.cjs @@ -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);