summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/serializer_nested_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/serializer_nested_test.js')
-rw-r--r--chrome/test/data/serializer_nested_test.js34
1 files changed, 17 insertions, 17 deletions
diff --git a/chrome/test/data/serializer_nested_test.js b/chrome/test/data/serializer_nested_test.js
index 9b47c3d..cfea8e8 100644
--- a/chrome/test/data/serializer_nested_test.js
+++ b/chrome/test/data/serializer_nested_test.js
@@ -1,17 +1,17 @@
-{
- "bool": true,
- "dict": {
- "bool": true,
- "dict": {
- "bees": "knees",
- "cats": "meow"
- },
- "foos": "bar",
- "list": [ 3.4, "second", null ]
- },
- "int": 42,
- "list": [ 1, 2 ],
- "null": null,
- "real": 3.14,
- "string": "hello"
-}
+{
+ "bool": true,
+ "dict": {
+ "bool": true,
+ "dict": {
+ "bees": "knees",
+ "cats": "meow"
+ },
+ "foos": "bar",
+ "list": [ 3.4, "second", null ]
+ },
+ "int": 42,
+ "list": [ 1, 2 ],
+ "null": null,
+ "real": 3.14,
+ "string": "hello"
+}