Commit 949744a
committed
fix(python-fastapi): keep trailing comma on same line as parameter
Remove trailing newline from endpoint_argument_definition.mustache so
the comma after each parameter stays inline rather than appearing on a
new line.
Regenerate python-fastapi petstore sample.1 parent dedc38c commit 949744a
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- modules/openapi-generator/src/main/resources/python-fastapi
- samples/server/petstore/python-fastapi/src/openapi_server/models
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments