Skip to content

Commit 6d994f2

Browse files
committed
style nit
1 parent 70ea270 commit 6d994f2

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 = function(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)