mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 08:27:10 +00:00
Fix indentation
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user