From 54cc7ad380ebfbdf22e6654934dde5a34fdf3104 Mon Sep 17 00:00:00 2001 From: 43081j <43081j@users.noreply.github.com> Date: Fri, 8 May 2020 12:15:10 +0100 Subject: [PATCH] use standard formatting --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3e681c2..f1c3832 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ function isBuffer (obj) { return obj && obj.constructor && (typeof obj.constructor.isBuffer === 'function') && - obj.constructor.isBuffer(obj); + obj.constructor.isBuffer(obj) } function keyIdentity (key) {