Remove blank line

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-08-06 11:15:40 -03:00
parent 3b9eccb36a
commit c42bc654df
1 changed files with 0 additions and 1 deletions

View File

@ -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));