forked from loafle/openapi-generator-original
Fix indentation
This commit is contained in:
parent
748460488a
commit
e562b0ae34
@ -367,8 +367,8 @@ public class ApiInvoker {
|
||||
String responseString = null;
|
||||
if(code == 204) {
|
||||
responseString = "";
|
||||
return responseString;
|
||||
}
|
||||
return responseString;
|
||||
}
|
||||
else if(code >= 200 && code < 300) {
|
||||
if(response.getEntity() != null) {
|
||||
HttpEntity resEntity = response.getEntity();
|
||||
|
@ -367,8 +367,8 @@ public class ApiInvoker {
|
||||
String responseString = null;
|
||||
if(code == 204) {
|
||||
responseString = "";
|
||||
return responseString;
|
||||
}
|
||||
return responseString;
|
||||
}
|
||||
else if(code >= 200 && code < 300) {
|
||||
if(response.getEntity() != null) {
|
||||
HttpEntity resEntity = response.getEntity();
|
||||
|
Loading…
x
Reference in New Issue
Block a user