From bd20e8f343645b0c350bea3e5d62ab7a20860ead Mon Sep 17 00:00:00 2001 From: Michael Williamson Date: Tue, 30 Jun 2026 20:57:05 +0100 Subject: Add trailing comma --- examples/01-struct/hobgoblin.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/01-struct') 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", - } + }, ], } -- cgit v1.2.3