Skip to content

Commit

Permalink
[BUG-1848] Remove redundant right parenthesis (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Rühl authored and wing328 committed Jan 9, 2019
1 parent d584833 commit faf1f5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const {{classname}}AxiosParamCreator = function (configuration?: Configur
{{#headerParams}}
{{#isListContainer}}
if ({{paramName}}) {
localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]));
localVarHeaderParameter['{{baseName}}'] = {{paramName}}.join(COLLECTION_FORMATS["{{collectionFormat}}"]);
}
{{/isListContainer}}
{{^isListContainer}}
Expand Down

0 comments on commit faf1f5d

Please sign in to comment.