El Cantor HS. Update info.json (#23020)

Fix for wrong key's placement.
pull/22990/head
azhizhinov 2024-02-12 11:49:58 +03:00 committed by GitHub
parent cfe8c4dee3
commit 23d21c85fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
["B1", "B10", "A8", "B15", "B14", "B13"],
["B9", "B8", "B5", "B4", "B3", "A15"],
["A3", "A4", "A5", "A6", "A7", "B0"],
["B12","A2", "A1", "A0", null, null]
["A2", "A1", "A0", "B12", null, null]
]
},
"split": {
@ -34,7 +34,7 @@
["B13", "B14", "B15", "A8", "B10", "B1"],
["A15", "B3", "B4", "B5", "B8", "B9"],
["B0", "A7", "A6", "A5", "A4", "A3"],
["A0", "A1", "A2", "B12", null, null]
["B12", "A0", "A1", "A2", null, null]
]
}
}