Remove trailing commas from RSIs. (#12865)

This commit is contained in:
Pieter-Jan Briers
2022-12-04 22:47:23 +01:00
committed by GitHub
parent a991bf94f4
commit b707b788ac
34 changed files with 161 additions and 161 deletions

View File

@@ -9,11 +9,11 @@
"states":[
{
"name":"vent_off",
"directions" : 4,
"directions" : 4
},
{
"name":"vent_welded",
"directions" : 4,
"directions" : 4
},
{
"name":"vent_out",
@@ -26,4 +26,4 @@
"delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ]
}
]
}
}