Skip to content

Commit d53265d

Browse files
committed
Merge tags v2.5.2 and v3.0.2
3 parents d04f738 + f06b0d8 + 7020dd4 commit d53265d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/form_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ FormData.prototype.getBoundary = function() {
319319
};
320320

321321
FormData.prototype.getBuffer = function() {
322-
var dataBuffer = new Buffer.alloc( 0 );
322+
var dataBuffer = new Buffer.alloc(0);
323323
var boundary = this.getBoundary();
324324

325325
// Create the form content. Add Line breaks to the end of data.

0 commit comments

Comments
 (0)