From c42bc654df6dd2eb830577831edf395efcd19e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 6 Aug 2019 11:15:40 -0300 Subject: [PATCH] Remove blank line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/utils/fun.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/fun.js b/lib/utils/fun.js index 82d4aca..e7599db 100644 --- a/lib/utils/fun.js +++ b/lib/utils/fun.js @@ -28,7 +28,6 @@ const equalsOrThrow = (v1, v2, t) => const isBase64 = (value) => Buffer.from(value, "base64").toString("base64") === value; - const clone = (o) => JSON.parse(JSON.stringify(o));