diff --git a/tests/examples/replays/23_nested_data/01.json b/tests/examples/replays/23_nested_data/01.json index f9f819105..4d6dcef95 100644 --- a/tests/examples/replays/23_nested_data/01.json +++ b/tests/examples/replays/23_nested_data/01.json @@ -4,4 +4,4 @@ "i": 1 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/02.json b/tests/examples/replays/23_nested_data/02.json index fc9f6f068..2937ce69e 100644 --- a/tests/examples/replays/23_nested_data/02.json +++ b/tests/examples/replays/23_nested_data/02.json @@ -4,4 +4,4 @@ "i": 2 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/03.json b/tests/examples/replays/23_nested_data/03.json index 30d245d2f..c6e625094 100644 --- a/tests/examples/replays/23_nested_data/03.json +++ b/tests/examples/replays/23_nested_data/03.json @@ -4,4 +4,4 @@ "i": 3 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/04.json b/tests/examples/replays/23_nested_data/04.json index dfc18b367..dd4cb2363 100644 --- a/tests/examples/replays/23_nested_data/04.json +++ b/tests/examples/replays/23_nested_data/04.json @@ -4,4 +4,4 @@ "i": 4 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/05.json b/tests/examples/replays/23_nested_data/05.json index cb0fe484c..66b894ed6 100644 --- a/tests/examples/replays/23_nested_data/05.json +++ b/tests/examples/replays/23_nested_data/05.json @@ -4,4 +4,4 @@ "i": 5 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/06.json b/tests/examples/replays/23_nested_data/06.json index d82415900..39332d51b 100644 --- a/tests/examples/replays/23_nested_data/06.json +++ b/tests/examples/replays/23_nested_data/06.json @@ -4,4 +4,4 @@ "i": 6 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/07.json b/tests/examples/replays/23_nested_data/07.json index 8c3bbd6f3..0d5becd68 100644 --- a/tests/examples/replays/23_nested_data/07.json +++ b/tests/examples/replays/23_nested_data/07.json @@ -4,4 +4,4 @@ "i": 7 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/08.json b/tests/examples/replays/23_nested_data/08.json index 69e09e9de..9d16a38c9 100644 --- a/tests/examples/replays/23_nested_data/08.json +++ b/tests/examples/replays/23_nested_data/08.json @@ -4,4 +4,4 @@ "i": 8 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/23_nested_data/09.json b/tests/examples/replays/23_nested_data/09.json index 9cf674d97..c28f39746 100644 --- a/tests/examples/replays/23_nested_data/09.json +++ b/tests/examples/replays/23_nested_data/09.json @@ -4,4 +4,4 @@ "i": 9 } } -} \ No newline at end of file +} diff --git a/tests/examples/replays/24_max_attributes/00.json b/tests/examples/replays/24_max_attributes/00.json index a4169976e..d2d243862 100644 --- a/tests/examples/replays/24_max_attributes/00.json +++ b/tests/examples/replays/24_max_attributes/00.json @@ -249,4 +249,4 @@ "attr_97": 97, "attr_98": 98, "attr_99": 99 -} \ No newline at end of file +} diff --git a/tests/examples/replays/25_max_attributes_nested/00.json b/tests/examples/replays/25_max_attributes_nested/00.json index 65d68a60c..80a8c2948 100644 --- a/tests/examples/replays/25_max_attributes_nested/00.json +++ b/tests/examples/replays/25_max_attributes_nested/00.json @@ -158,4 +158,4 @@ } } } -} \ No newline at end of file +} diff --git a/tests/sources/replays/01.json b/tests/sources/replays/01.json index 068ba35c7..d7657c2cc 100644 --- a/tests/sources/replays/01.json +++ b/tests/sources/replays/01.json @@ -1 +1,3 @@ -{"i": 0} +{ + "i": 0 +} diff --git a/tests/sources/replays/02.json b/tests/sources/replays/02.json index 5fb4921ea..f26a8d58f 100644 --- a/tests/sources/replays/02.json +++ b/tests/sources/replays/02.json @@ -1 +1,3 @@ -{"i": 1} +{ + "i": 1 +} diff --git a/tests/sources/replays/03.json b/tests/sources/replays/03.json index 22a9a2b6f..bf89655d0 100644 --- a/tests/sources/replays/03.json +++ b/tests/sources/replays/03.json @@ -1 +1,3 @@ -{"i": 2} +{ + "i": 2 +} diff --git a/tests/sources/replays/04.json b/tests/sources/replays/04.json index 1a74992cf..a7ca2e5f7 100644 --- a/tests/sources/replays/04.json +++ b/tests/sources/replays/04.json @@ -1 +1,3 @@ -{"i": 3} +{ + "i": 3 +} diff --git a/tests/sources/replays/05.json b/tests/sources/replays/05.json index a66d1fc92..2bed66f37 100644 --- a/tests/sources/replays/05.json +++ b/tests/sources/replays/05.json @@ -1 +1,3 @@ -{"i": 4} +{ + "i": 4 +}