From 41012f9a9980974f27bb10be763cb185d594f364 Mon Sep 17 00:00:00 2001 From: AnthorNet Date: Wed, 22 Apr 2015 16:56:34 +0200 Subject: [PATCH] Fix indentation --- examples/commodity-v2.0-draft.json | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/commodity-v2.0-draft.json b/examples/commodity-v2.0-draft.json index 68e4819..82a4e4b 100644 --- a/examples/commodity-v2.0-draft.json +++ b/examples/commodity-v2.0-draft.json @@ -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 + } ] } } \ No newline at end of file