Remove trailing commas from RSIs. (#12865)
This commit is contained in:
committed by
GitHub
parent
a991bf94f4
commit
b707b788ac
@@ -9,11 +9,11 @@
|
||||
"states":[
|
||||
{
|
||||
"name":"scrub_off",
|
||||
"directions": 4,
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name":"scrub_welded",
|
||||
"directions": 4,
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name":"scrub_on",
|
||||
@@ -29,6 +29,6 @@
|
||||
"name": "scrub_wide",
|
||||
"directions": 4,
|
||||
"delays": [[0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04], [0.2, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04, 0.04]]
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user