Added missing '{' (#13606)

This commit is contained in:
Mustansir Soni 2022-10-07 02:18:23 +09:00 committed by GitHub
parent 10a1e7c2d5
commit 64c756c5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,7 @@ func (a *{{{classname}}}Service) {{nickname}}Execute(r {{#structPrefix}}{{&class
if localVarHTTPResponse.StatusCode >= 400 && localVarHTTPResponse.StatusCode < 500 {
{{/is4xx}}
{{#is5xx}}
if localVarHTTPResponse.StatusCode >= 500
if localVarHTTPResponse.StatusCode >= 500 {
{{/is5xx}}
{{/range}}
{{^range}}