diff --git a/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache b/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache index 067d5c083a..2c0f8f681e 100644 --- a/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache +++ b/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache @@ -165,7 +165,7 @@ namespace {{packageName}}.Client {{#supportsUWP}} // Using async method to perform sync call (uwp-only) var response = RestClient.ExecuteTaskAsync(request).Result; - {{/supportsUWP}} + {{/supportsUWP}} return (Object) response; } {{#supportsAsync}}