Skip to content

Commit 9fa34f4

Browse files
author
Ben Buckman
committed
change whitespace to conform with felixge's style guide
1 parent 3fb2ad4 commit 9fa34f4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/form_data.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ FormData.prototype._multiPartHeader = function(field, value, options) {
9898
// (e.g. to handle extra CRLFs on .NET servers)
9999
if (options.header != null) {
100100
header = options.header;
101-
}
102-
else {
101+
} else {
103102
header += '--' + boundary + FormData.LINE_BREAK +
104103
'Content-Disposition: form-data; name="' + field + '"';
105104

0 commit comments

Comments
 (0)