From 18cc34c082111f6f1e1dc9f931ebeafbe4c98656 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 28 Sep 2020 15:31:04 +0200 Subject: [PATCH] remove extra newlines --- src/legacy-polyfill.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/legacy-polyfill.js b/src/legacy-polyfill.js index 8037b900..0ce493e0 100644 --- a/src/legacy-polyfill.js +++ b/src/legacy-polyfill.js @@ -39,5 +39,3 @@ if (!Element.prototype.remove) { this.parentNode.removeChild(this); }; } - -