Skip to content

Commit 3b0b224

Browse files
committed
Prettier on input.json
1 parent 42b5026 commit 3b0b224

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

python-xpress-facility-location/input.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"FACILITIES": [
3-
"Elm Creek",
4-
"Emory",
5-
"Sunset"
6-
],
2+
"FACILITIES": ["Elm Creek", "Emory", "Sunset"],
73
"CUSTOMERS": [
84
"Temple",
95
"Joshua",
@@ -12,13 +8,7 @@
128
"Miller's Cove",
139
"Guadalupe Guerra"
1410
],
15-
"SCENARIOS": [
16-
"S1",
17-
"S2",
18-
"S3",
19-
"S4",
20-
"S5"
21-
],
11+
"SCENARIOS": ["S1", "S2", "S3", "S4", "S5"],
2212
"prob": {
2313
"S1": 0.2,
2414
"S2": 0.2,
@@ -196,4 +186,4 @@
196186
"S5": 375
197187
}
198188
]
199-
}
189+
}

0 commit comments

Comments
 (0)