Minor lint fixes for various info.json (#19275)

This commit is contained in:
Wolf Van Herreweghe
2022-12-09 05:23:24 +01:00
committed by GitHub
parent 43870190af
commit aa06a6e094
3 changed files with 5 additions and 5 deletions

View File

@@ -87,8 +87,8 @@
{ "matrix": [4, 2], "x": 2, "y": 4},
{ "matrix": [4, 4], "x": 4, "y": 4},
{ "matrix": [4, 7], "x": 7, "y": 4},
{ "matrix": [4, 8], "x": 8, "y": 4 }
{ "matrix": [4, 9], "x": 9, "y": 4 }
{ "matrix": [4, 8], "x": 8, "y": 4 },
{ "matrix": [4, 9], "x": 9, "y": 4 },
{ "matrix": [4, 10], "x": 10, "y": 4 }
]
}