Fix indentation

This commit is contained in:
AnthorNet 2015-04-22 16:56:34 +02:00
parent 3addc7cd55
commit 41012f9a99

View File

@ -10,23 +10,23 @@
"stationName": "Azeban Orbital",
"timestamp": "2014-11-17T12:34:56+00:00"
"commodities": [
{
"name": "Gold",
"buyPrice": 1024,
"supply": 7,
"supplyLevel": "Low",
"sellPrice": 1138,
"demand": 42,
"demandLevel": "Med"
},
{
"name": "Explosives",
"buyPrice": 999,
"supply": 1500,
"supplyLevel": "Low",
"sellPrice": 0,
"demand": 0
}
{
"name": "Gold",
"buyPrice": 1024,
"supply": 7,
"supplyLevel": "Low",
"sellPrice": 1138,
"demand": 42,
"demandLevel": "Med"
},
{
"name": "Explosives",
"buyPrice": 999,
"supply": 1500,
"supplyLevel": "Low",
"sellPrice": 0,
"demand": 0
}
]
}
}