Commit 2c89801
fix: add space before colon in enum type declaration per C# convention
Changes `enum Name: long` to `enum Name : long` (and same for `: byte`)
to match standard C# formatting.
Co-authored-by: alexaka1 <22166651+alexaka1@users.noreply.github.com>1 parent a7ab86f commit 2c89801
File tree
2 files changed
+2
-2
lines changed- modules/openapi-generator/src
- main/resources/csharp
- test/java/org/openapitools/codegen/csharpnetcore
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments