Skip to content

Commit 4c38e1d

Browse files
committed
chore: update fixtures
1 parent 7f6c4cb commit 4c38e1d

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
const a = [
2-
1,
3-
2,
4-
];
1+
const a = [1, 2];
52

63
fn(a);
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
const a = [
2-
1,
3-
2,
4-
];
1+
const a = [1, 2];
52

63
fn(a);
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
const b = 0;
2-
const a = [
3-
1,
4-
2,
5-
];
2+
const a = [1, 2];
63

74
fn(a);

0 commit comments

Comments
 (0)