Skip to content

Commit

Permalink
Added missing '{' (OpenAPITools#13606)
Browse files Browse the repository at this point in the history
  • Loading branch information
MustansirS authored and JayAtOC committed Oct 6, 2022
1 parent 6b530cd commit eeffb68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit eeffb68

Please sign in to comment.