Skip to content

Commit 956624f

Browse files
committed
remove extra line break for typescript-node
1 parent b1728ae commit 956624f

File tree

1 file changed

+0
-1
lines changed
  • modules/swagger-codegen/src/main/resources/TypeScript-node

1 file changed

+0
-1
lines changed

modules/swagger-codegen/src/main/resources/TypeScript-node/api.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export class {{classname}} {
172172
if (!{{paramName}}) {
173173
throw new Error('Missing required parameter {{paramName}} when calling {{nickname}}');
174174
}
175-
176175
{{/required}}{{/allParams}}
177176
{{#queryParams}}
178177
if ({{paramName}} !== undefined) {

0 commit comments

Comments
 (0)