Skip to content

Commit 84fe482

Browse files
raksbishtLinusU
andauthored
Update lib/utils.js
Co-authored-by: Linus Unnebäck <[email protected]>
1 parent a708a2d commit 84fe482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ exports.contentDisposition = deprecate.function(contentDisposition,
125125

126126
function acceptParams(str) {
127127
var parts = str.split(/ *; */);
128-
var ret = { value: parts[0], quality: 1, params: {}};
128+
var ret = { value: parts[0], quality: 1, params: {} };
129129

130130
for (var i = 1; i < parts.length; ++i) {
131131
var pms = parts[i].split(/ *= */);

0 commit comments

Comments
 (0)