fixed tab-spacing

This commit is contained in:
Jerome Dreyer 2016-04-11 09:49:03 +02:00
parent a8bbb37866
commit e2941582fa

View File

@ -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}}