Fix syntax error and standardize indentation from #7159

This commit is contained in:
Quincy Morgan
2020-01-02 13:14:02 -05:00
parent 2efb6bcefc
commit 66a2c108da
+18 -18
View File
@@ -160,24 +160,24 @@
"housenumber": 0.3,
"neighbourhood": 0.5,
"city": 0.5
},
{
"countryCodes": ["pe"],
"format": [
["street", "housenumber"],
["neighbourhood"],
["city", "state", "postcode"]
],
"dropdowns": [
"street", "neighbourhood", "city", "state", "postcode"
],
"widths": {
"street": 0.7,
"housenumber": 0.3,
"city": 0.4,
"state": 0.4,
"postcode": 0.2,
}
}
},
{
"countryCodes": ["pe"],
"format": [
["street", "housenumber"],
["neighbourhood"],
["city", "state", "postcode"]
],
"dropdowns": [
"street", "neighbourhood", "city", "state", "postcode"
],
"widths": {
"street": 0.7,
"housenumber": 0.3,
"city": 0.4,
"state": 0.4,
"postcode": 0.2
}
}
]