Skip to content

Commit 70ea270

Browse files
committed
remove arrow
1 parent 1c337af commit 70ea270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/to-buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var Buffer = require('safe-buffer').Buffer
22

3-
module.exports = (thing, encoding, name) => {
3+
module.exports = function(thing, encoding, name) {
44
if (Buffer.isBuffer(thing)) {
55
return thing
66
} else if (typeof thing === 'string') {

0 commit comments

Comments
 (0)