Skip to content

Commit

Permalink
use standard formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j authored and timoxley committed Aug 6, 2020
1 parent 779816e commit 54cc7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 54cc7ad

Please sign in to comment.