Uh oh!
There was an error while loading. Please reload this page.
[go-experimental] Remove duplicated line - #4410
Conversation
|
bkabrda
left a comment
There was a problem hiding this comment.
Please try to make sure that you're running this with the latest checkout of openapi-generator and that you're using the jar built from this latest checkout. I think you might be using an older version locally which causes the double-import issue.
There was a problem hiding this comment.
This change doesn't look right. Did you properly rebase your local copy to latest master?
zippolyte
commented
Dec 5, 2019
Hey @wing328, I would love to get this merged in. Could you take a look ? |
#3322 Introduces a duplication of the return statement in https://github.com/OpenAPITools/openapi-generator/pull/3322/files#diff-5c6a68868625dbd29066148ecab2c4b8R334
This PR removes that duplication
PR checklist
./bin/(or Windows batch scripts under.\bin\windows) to update Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit, and these must match the expectations made by your contribution. You only need to run./bin/{LANG}-petstore.sh,./bin/openapi3/{LANG}-petstore.shif updating the code or mustache templates for a language ({LANG}) (e.g. php, ruby, python, etc).master,4.3.x,5.0.x. Default:master.cc @bkabrda