From e2941582fa00a260662e89ac73969b63635402fd Mon Sep 17 00:00:00 2001 From: Jerome Dreyer Date: Mon, 11 Apr 2016 09:49:03 +0200 Subject: [PATCH] fixed tab-spacing --- .../src/main/resources/csharp/ApiClient.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache b/modules/swagger-codegen/src/main/resources/csharp/ApiClient.mustache index 067d5c083a5..2c0f8f681e3 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}}