From 4a7c0cd18430e8e3c92de47c2a87064336cf6f27 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sat, 20 Mar 2021 15:36:25 +0100 Subject: [PATCH] Fix indentation in bookwyrm/tests/data/ol_isbn_search.json. --- bookwyrm/tests/data/ol_isbn_search.json | 86 ++++++++++++------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/bookwyrm/tests/data/ol_isbn_search.json b/bookwyrm/tests/data/ol_isbn_search.json index 8516ff06..62561b18 100644 --- a/bookwyrm/tests/data/ol_isbn_search.json +++ b/bookwyrm/tests/data/ol_isbn_search.json @@ -1,45 +1,45 @@ { - "ISBN:9782070427796": { - "url": "https://openlibrary.org/books/OL16262504M/Les_ombres_errantes", - "key": "/books/OL16262504M", - "title": "Les ombres errantes", - "authors": [ - { - "url": "https://openlibrary.org/authors/OL269675A/Pascal_Quignard", - "name": "Pascal Quignard" - } - ], - "by_statement": "Pascal Quignard.", - "identifiers": { - "goodreads": [ - "1835483" - ], - "librarything": [ - "983474" - ], - "isbn_10": [ - "207042779X" - ], - "openlibrary": [ - "OL16262504M" - ] - }, - "classifications": { - "dewey_decimal_class": [ - "848/.91403" - ] - }, - "publishers": [ - { - "name": "Gallimard" - } - ], - "publish_places": [ - { - "name": "Paris" - } - ], - "publish_date": "2002", - "notes": "Hardback published Grasset, 2002." - } + "ISBN:9782070427796": { + "url": "https://openlibrary.org/books/OL16262504M/Les_ombres_errantes", + "key": "/books/OL16262504M", + "title": "Les ombres errantes", + "authors": [ + { + "url": "https://openlibrary.org/authors/OL269675A/Pascal_Quignard", + "name": "Pascal Quignard" + } + ], + "by_statement": "Pascal Quignard.", + "identifiers": { + "goodreads": [ + "1835483" + ], + "librarything": [ + "983474" + ], + "isbn_10": [ + "207042779X" + ], + "openlibrary": [ + "OL16262504M" + ] + }, + "classifications": { + "dewey_decimal_class": [ + "848/.91403" + ] + }, + "publishers": [ + { + "name": "Gallimard" + } + ], + "publish_places": [ + { + "name": "Paris" + } + ], + "publish_date": "2002", + "notes": "Hardback published Grasset, 2002." + } }