mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Minor fix in formatting to reduce unneeded whitespace generation
This commit is contained in:
parent
c76d3c41e4
commit
9ab697327e
@ -24,11 +24,11 @@ export class {{{name}}} {
|
||||
* {{{description}}}
|
||||
{{/if}}
|
||||
{{#unless @root.useOptions}}
|
||||
{{#if parameters}}
|
||||
{{#each parameters}}
|
||||
* @param {{{name}}} {{{description}}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{#if parameters}}
|
||||
{{#each parameters}}
|
||||
* @param {{{name}}} {{{description}}}
|
||||
{{/each}}
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
{{#each results}}
|
||||
* @result {{{type}}} {{{description}}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user