commit: b9b8ff830276c9d6a323c55a16334601f5c9b7db
parent c70ebd4a0e27009a9baf4c8f74379dae6c55b461
Author: James Young <18669334+noroadsleft@users.noreply.github.com>
Date: Wed, 3 Apr 2024 23:44:20 -0700
Fix malformed JSON in `layouts/default/ortho_5x10/info.json` (#23414)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/default/ortho_5x10/info.json b/layouts/default/ortho_5x10/info.json
@@ -58,7 +58,7 @@
{"x":6, "y":4},
{"x":7, "y":4},
{"x":8, "y":4},
- {"x":9, "y":4},
+ {"x":9, "y":4}
]
}
}