Skip to content

Commit

Permalink
java: Fix whitespace in API service body parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 16, 2024
1 parent 63ce3a4 commit a4160fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-papayas-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openapi-generator-plus/java-jaxrs-generator-common": patch
---

Fix whitespace in API service body parameter
2 changes: 1 addition & 1 deletion packages/java-jaxrs-common/templates/frag/bodyParam.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ required = true
{{#if deprecated}}
deprecated = true
{{/if}}
{{/join}}){{/if}} {{{nativeType}}} {{identifier name}}
{{/join}}) {{/if}}{{{nativeType}}} {{identifier name}}

0 comments on commit a4160fc

Please sign in to comment.