From 0230623aa62641ea3d8de5bc8448539da83056d5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 10 Nov 2023 15:40:07 -0300 Subject: src/utils.js: 💅 add extra newline separation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.js b/src/utils.js index 1877a58..2c3ea72 100644 --- a/src/utils.js +++ b/src/utils.js @@ -27,6 +27,7 @@ const eq = (a, b) => { return false; } } + return true; }; -- cgit v1.2.3