summaryrefslogtreecommitdiff
path: root/tests/fixtures_model_package/fixtures/fixture2.json
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-10 16:42:30 -0400
committerTim Graham <timograham@gmail.com>2013-10-10 16:49:20 -0400
commit1dae4ac1778f04805c0ed62c8debb13b281ba02b (patch)
tree5105833792cc07336de819effb1c9dccdbc0c76e /tests/fixtures_model_package/fixtures/fixture2.json
parentca874b2fe6f768bd042b859d7eba622a68e9f9dd (diff)
Whitespace cleanup.
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
Diffstat (limited to 'tests/fixtures_model_package/fixtures/fixture2.json')
-rw-r--r--tests/fixtures_model_package/fixtures/fixture2.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/fixtures_model_package/fixtures/fixture2.json b/tests/fixtures_model_package/fixtures/fixture2.json
index 4997627385..a09bc34d62 100644
--- a/tests/fixtures_model_package/fixtures/fixture2.json
+++ b/tests/fixtures_model_package/fixtures/fixture2.json
@@ -1,17 +1,17 @@
[
{
- "pk": "3",
- "model": "fixtures_model_package.article",
+ "pk": "3",
+ "model": "fixtures_model_package.article",
"fields": {
- "headline": "Copyright is fine the way it is",
+ "headline": "Copyright is fine the way it is",
"pub_date": "2006-06-16 14:00:00"
}
- },
+ },
{
- "pk": "4",
- "model": "fixtures_model_package.article",
+ "pk": "4",
+ "model": "fixtures_model_package.article",
"fields": {
- "headline": "Django conquers world!",
+ "headline": "Django conquers world!",
"pub_date": "2006-06-16 15:00:00"
}
}