diff --git a/tests/config_test/config.json b/tests/config_test/config.json index 574143d2..f90e2a0a 100644 --- a/tests/config_test/config.json +++ b/tests/config_test/config.json @@ -1,14 +1,14 @@ -{ - "num": 123, - "txt": "foo", - "bool": true, - "obj": { - "num": 456, - "txt": "bar", - "bool": true - }, - "arr": [ - {"one": "one", "another": "another"}, - {"two": "two"} - ] -} +{ + "num": 123, + "txt": "foo", + "bool": true, + "obj": { + "num": 456, + "txt": "bar", + "bool": true + }, + "arr": [ + {"one": "one", "another": "another"}, + {"two": "two"} + ] +} diff --git a/tests/config_test/config.yml b/tests/config_test/config.yml index 67774b7b..1af4ac18 100644 --- a/tests/config_test/config.yml +++ b/tests/config_test/config.yml @@ -1,11 +1,11 @@ -num: 123 -txt: foo -bool: true -obj: - num: 456 - txt: bar - bool: true -arr: -- one: one - another: another -- two: two +num: 123 +txt: foo +bool: true +obj: + num: 456 + txt: bar + bool: true +arr: +- one: one + another: another +- two: two