From 93d2fb4280aef9ba99e0c1b7f854a83e2db646b6 Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Dec 2019 06:56:38 +0100 Subject: example: fix index json --- example/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example') diff --git a/example/index.json b/example/index.json index c7d75e6..741760c 100644 --- a/example/index.json +++ b/example/index.json @@ -8,7 +8,7 @@ "photographer.nphilou", "location.germany.berlin", "books", - "book-shop" + "book-shop", "location.switzerland.ormont-dessus", "glacier3000", "time.day", @@ -38,7 +38,7 @@ "properties": { "type": "image", "filesize": 987, - "resolution": { "width": 3840, "height": 2160 }, + "resolution": { "width": 3840, "height": 2160 } } }, { @@ -79,7 +79,7 @@ "properties": { "type": "image", "filesize": 355, - "resolution": { "width": 3840, "height": 2160 }, + "resolution": { "width": 3840, "height": 2160 } } }, { @@ -100,7 +100,7 @@ "properties": { "type": "image", "filesize": 447, - "resolution": { "width": 3840, "height": 2160 }, + "resolution": { "width": 3840, "height": 2160 } } } ] -- cgit v1.2.3