From cf68aa88f997848c0e908c24378f06cc32e3e4b6 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Mon, 23 Oct 2023 19:03:02 +0300 Subject: [PATCH] style: lint --- docs/_data/playgrounds.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);