diff options
| author | James Young | 2024-04-04 08:44:20 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-04 08:44:20 +0200 |
| commit | b9b8ff830276c9d6a323c55a16334601f5c9b7db (patch) | |
| tree | 6d645e0cba519396586e34560a1645a5e36114fe /layouts | |
| parent | c70ebd4a0e27009a9baf4c8f74379dae6c55b461 (diff) | |
Fix malformed JSON in `layouts/default/ortho_5x10/info.json` (#23414)
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/default/ortho_5x10/info.json | 2 |
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} ] } } |