Skip to content

Commit

Permalink
Merge 834b950 into 18357e5
Browse files Browse the repository at this point in the history
  • Loading branch information
murataka committed Aug 10, 2019
2 parents 18357e5 + 834b950 commit a89fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function format (obj) {
throw new TypeError('invalid parameter name')
}

string += '; ' + param + '=' + qstring(parameters[param])
string += ';' + param + '=' + qstring(parameters[param])
}
}

Expand Down

0 comments on commit a89fb62

Please sign in to comment.