Skip to content

Commit eeffb68

Browse files
MustansirSJayAtOC
authored andcommitted
Added missing '{' (OpenAPITools#13606)
1 parent 6b530cd commit eeffb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/go/api.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func (a *{{{classname}}}Service) {{nickname}}Execute(r {{#structPrefix}}{{&class
371371
if localVarHTTPResponse.StatusCode >= 400 && localVarHTTPResponse.StatusCode < 500 {
372372
{{/is4xx}}
373373
{{#is5xx}}
374-
if localVarHTTPResponse.StatusCode >= 500
374+
if localVarHTTPResponse.StatusCode >= 500 {
375375
{{/is5xx}}
376376
{{/range}}
377377
{{^range}}

0 commit comments

Comments
 (0)