Skip to content

Commit 63be376

Browse files
committed
🔥 Remove trailing spaces
1 parent b3f5765 commit 63be376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function alloc (size, fill, encoding) {
99
if (size < 0) {
1010
throw new RangeError('"size" argument must not be negative')
1111
}
12-
12+
1313
if (Buffer.alloc) {
1414
return Buffer.alloc(size, fill, encoding)
1515
}

0 commit comments

Comments
 (0)