Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 24, 2023
1 parent b051715 commit de7b670
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/01.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 1
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/02.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 2
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/03.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 3
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/04.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 4
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/05.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 5
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/06.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 6
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/07.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 7
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/08.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 8
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/23_nested_data/09.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"i": 9
}
}
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/24_max_attributes/00.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@
"attr_97": 97,
"attr_98": 98,
"attr_99": 99
}
}
2 changes: 1 addition & 1 deletion tests/examples/replays/25_max_attributes_nested/00.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@
}
}
}
}
}
4 changes: 3 additions & 1 deletion tests/sources/replays/01.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"i": 0}
{
"i": 0
}
4 changes: 3 additions & 1 deletion tests/sources/replays/02.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"i": 1}
{
"i": 1
}
4 changes: 3 additions & 1 deletion tests/sources/replays/03.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"i": 2}
{
"i": 2
}
4 changes: 3 additions & 1 deletion tests/sources/replays/04.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"i": 3}
{
"i": 3
}
4 changes: 3 additions & 1 deletion tests/sources/replays/05.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{"i": 4}
{
"i": 4
}

0 comments on commit de7b670

Please sign in to comment.