diff options
| author | Michael Williamson <mike@zwobble.org> | 2026-06-30 20:57:05 +0100 |
|---|---|---|
| committer | Michael Williamson <mike@zwobble.org> | 2026-06-30 20:57:05 +0100 |
| commit | bd20e8f343645b0c350bea3e5d62ab7a20860ead (patch) | |
| tree | 2a8f3a6c1259216ebf8a0a939a92c21e3771d033 | |
| parent | 6752ace624c60ca0ee4a251d1001766acad9b4cb (diff) | |
Add trailing comma
| -rw-r--r-- | examples/01-struct/hobgoblin.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/01-struct/hobgoblin.json5 b/examples/01-struct/hobgoblin.json5 index b19ddfd..4e7dfaa 100644 --- a/examples/01-struct/hobgoblin.json5 +++ b/examples/01-struct/hobgoblin.json5 @@ -14,6 +14,6 @@ { generator: "rust-types", path: "output/rust/src", - } + }, ], } |
