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;
|
String responseString = null;
|
||||||
if(code == 204) {
|
if(code == 204) {
|
||||||
responseString = "";
|
responseString = "";
|
||||||
return responseString;
|
return responseString;
|
||||||
}
|
}
|
||||||
else if(code >= 200 && code < 300) {
|
else if(code >= 200 && code < 300) {
|
||||||
if(response.getEntity() != null) {
|
if(response.getEntity() != null) {
|
||||||
HttpEntity resEntity = response.getEntity();
|
HttpEntity resEntity = response.getEntity();
|
||||||
|
@ -367,8 +367,8 @@ public class ApiInvoker {
|
|||||||
String responseString = null;
|
String responseString = null;
|
||||||
if(code == 204) {
|
if(code == 204) {
|
||||||
responseString = "";
|
responseString = "";
|
||||||
return responseString;
|
return responseString;
|
||||||
}
|
}
|
||||||
else if(code >= 200 && code < 300) {
|
else if(code >= 200 && code < 300) {
|
||||||
if(response.getEntity() != null) {
|
if(response.getEntity() != null) {
|
||||||
HttpEntity resEntity = response.getEntity();
|
HttpEntity resEntity = response.getEntity();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user