Commit f55ab14
committed
Skip magic trailing comma in generated code
This makes generated code a bit more dense by informing ruff to not
use trailing commas as a signal skip condensing an expanded block.1 parent c176843 commit f55ab14
File tree
1 file changed
+3
-0
lines changed- codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
0 commit comments