Clean up trailing commas from info.json (#20812)

This commit is contained in:
Ryan
2023-05-09 17:52:03 +10:00
committed by GitHub
parent 2a33265510
commit c3c51231cc
22 changed files with 31 additions and 30 deletions

View File

@@ -66,7 +66,7 @@
{"label": "K32 (B6,B1)", "matrix": [3, 2], "x": 2, "y": 3},
{"label": "K40 (B5,F4)", "matrix": [4, 0], "x": 0, "y": 4, "w": 2},
{"label": "K42 (B5,B1)", "matrix": [4, 2], "x": 2, "y": 4}
{"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2},
{"label": "K43 (B5,B2)", "matrix": [4, 3], "x": 3, "y": 3, "h": 2}
]
}
}