Skip to content

Commit 54cc7ad

Browse files
43081jtimoxley
authored andcommittedAug 6, 2020
use standard formatting
1 parent 779816e commit 54cc7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function isBuffer (obj) {
66
return obj &&
77
obj.constructor &&
88
(typeof obj.constructor.isBuffer === 'function') &&
9-
obj.constructor.isBuffer(obj);
9+
obj.constructor.isBuffer(obj)
1010
}
1111

1212
function keyIdentity (key) {

0 commit comments

Comments
 (0)
Please sign in to comment.