aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-04-03 23:44:20 -0700
committerGitHub <noreply@github.com>2024-04-04 07:44:20 +0100
commitb9b8ff830276c9d6a323c55a16334601f5c9b7db (patch)
tree6d645e0cba519396586e34560a1645a5e36114fe
parentc70ebd4a0e27009a9baf4c8f74379dae6c55b461 (diff)
Fix malformed JSON in `layouts/default/ortho_5x10/info.json` (#23414)
-rw-r--r--layouts/default/ortho_5x10/info.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default/ortho_5x10/info.json b/layouts/default/ortho_5x10/info.json
index 0c4cb9bb49..cf02fd618a 100644
--- 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}
]
}
}