From 18fc10cf7d4a74df8c4ea185b2792917230a0477 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 13 Jun 2013 13:43:39 -0700 Subject: [PATCH] remove trailing command to realy unbreak github rendering --- tests/data/json/lines.geojson | 2 +- tests/data/json/points.geojson | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/json/lines.geojson b/tests/data/json/lines.geojson index ce40bf0d5..34e9bae27 100644 --- a/tests/data/json/lines.geojson +++ b/tests/data/json/lines.geojson @@ -13,7 +13,7 @@ "properties": { "x": 2, "y": 0, "label": "V" }, "geometry" : { "type": "LineString", "coordinates": [ [2, 0], [2, 1], [2, 2], [2, 3], [2, 4], [2, 5] ] } - }, + } ] } diff --git a/tests/data/json/points.geojson b/tests/data/json/points.geojson index c9ece5d6e..36dc8597c 100644 --- a/tests/data/json/points.geojson +++ b/tests/data/json/points.geojson @@ -28,7 +28,7 @@ "properties": { "x": 2.5, "y": 2.5, "label": "2.5,2.5" }, "geometry" : { "type": "Point", "coordinates": [ 2.5, 2.5 ] } - }, + } ] }