From a60d22fefd957eeca7e7403c51e656dd552cad8b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 13 Mar 2021 21:18:07 +0000 Subject: Make trailing comma usage consistent --- core/encoding/json/types.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/encoding') diff --git a/core/encoding/json/types.odin b/core/encoding/json/types.odin index 9b3124369..d016cf560 100644 --- a/core/encoding/json/types.odin +++ b/core/encoding/json/types.odin @@ -24,7 +24,7 @@ Value :: struct { String, Array, Object, - } + }, } Pos :: struct { -- cgit v1.2.3