Fix indentation in bookwyrm/tests/data/ol_isbn_search.json.

This commit is contained in:
Fabien Basmaison 2021-03-20 15:36:25 +01:00
parent 543dcbd592
commit 4a7c0cd184

View file

@ -1,45 +1,45 @@
{ {
"ISBN:9782070427796": { "ISBN:9782070427796": {
"url": "https://openlibrary.org/books/OL16262504M/Les_ombres_errantes", "url": "https://openlibrary.org/books/OL16262504M/Les_ombres_errantes",
"key": "/books/OL16262504M", "key": "/books/OL16262504M",
"title": "Les ombres errantes", "title": "Les ombres errantes",
"authors": [ "authors": [
{ {
"url": "https://openlibrary.org/authors/OL269675A/Pascal_Quignard", "url": "https://openlibrary.org/authors/OL269675A/Pascal_Quignard",
"name": "Pascal Quignard" "name": "Pascal Quignard"
} }
], ],
"by_statement": "Pascal Quignard.", "by_statement": "Pascal Quignard.",
"identifiers": { "identifiers": {
"goodreads": [ "goodreads": [
"1835483" "1835483"
], ],
"librarything": [ "librarything": [
"983474" "983474"
], ],
"isbn_10": [ "isbn_10": [
"207042779X" "207042779X"
], ],
"openlibrary": [ "openlibrary": [
"OL16262504M" "OL16262504M"
] ]
}, },
"classifications": { "classifications": {
"dewey_decimal_class": [ "dewey_decimal_class": [
"848/.91403" "848/.91403"
] ]
}, },
"publishers": [ "publishers": [
{ {
"name": "Gallimard" "name": "Gallimard"
} }
], ],
"publish_places": [ "publish_places": [
{ {
"name": "Paris" "name": "Paris"
} }
], ],
"publish_date": "2002", "publish_date": "2002",
"notes": "Hardback published Grasset, 2002." "notes": "Hardback published Grasset, 2002."
} }
} }