Skip to content

Commit 26fcac5

Browse files
committed
Remove extra space
1 parent 363eaa6 commit 26fcac5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • modules/openapi-generator/src/main/resources/csharp/libraries/generichost

modules/openapi-generator/src/main/resources/csharp/libraries/generichost/api.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ namespace {{packageName}}.{{apiPackage}}
291291
bool suppressDefaultLog = false;
292292
After{{operationId}}({{#lambda.joinWithComma}}ref suppressDefaultLog apiResponseLocalVar {{#allParams}}{{paramName}} {{/allParams}}{{/lambda.joinWithComma}});
293293
{{>AfterOperationDefaultImplementation}}
294-
295294
}
296295

297296
/// <summary>

0 commit comments

Comments
 (0)