forked from loafle/openapi-generator-original
fixed tab-spacing
This commit is contained in:
parent
a8bbb37866
commit
e2941582fa
@ -165,7 +165,7 @@ namespace {{packageName}}.Client
|
|||||||
{{#supportsUWP}}
|
{{#supportsUWP}}
|
||||||
// Using async method to perform sync call (uwp-only)
|
// Using async method to perform sync call (uwp-only)
|
||||||
var response = RestClient.ExecuteTaskAsync(request).Result;
|
var response = RestClient.ExecuteTaskAsync(request).Result;
|
||||||
{{/supportsUWP}}
|
{{/supportsUWP}}
|
||||||
return (Object) response;
|
return (Object) response;
|
||||||
}
|
}
|
||||||
{{#supportsAsync}}
|
{{#supportsAsync}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user