Skip to content

Commit 0c8da91

Browse files
committed
fix: formatting
1 parent baf4f7d commit 0c8da91

7 files changed

Lines changed: 11 additions & 29 deletions

File tree

libs/@local/hashql/mir/tests/ui/pass/data-dependency/graph-read-filter.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
"::graph::tail::collect",
1212
[
1313
"::graph::body::filter",
14-
[
15-
"::graph::head::entities",
16-
["input", "axis", "_"]
17-
],
14+
["::graph::head::entities", ["input", "axis", "_"]],
1815
[
1916
"fn",
2017
{ "#tuple": [] },
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
//@ run: pass
22
//@ description: Graph read head creates GraphReadHeadAxis edge
3-
[
4-
"::graph::tail::collect",
5-
["::graph::head::entities", ["input", "axis", "_"]]
6-
]
3+
["::graph::tail::collect", ["::graph::head::entities", ["input", "axis", "_"]]]

libs/@local/hashql/mir/tests/ui/pass/inline/excessive-depth.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
"::graph::tail::collect",
1111
[
1212
"::graph::body::filter",
13-
[
14-
"::graph::head::entities",
15-
["input", "axis", "_"]
16-
],
13+
["::graph::head::entities", ["input", "axis", "_"]],
1714
[
1815
"fn",
1916
{ "#tuple": [] },

libs/@local/hashql/mir/tests/ui/pass/inline/excessive-depth.stderr

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/@local/hashql/mir/tests/ui/pass/inline/filter-aggressive.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"::graph::tail::collect",
55
[
66
"::graph::body::filter",
7-
[
8-
"::graph::head::entities",
9-
["input", "axis", "_"]
10-
],
7+
["::graph::head::entities", ["input", "axis", "_"]],
118
[
129
"fn",
1310
{ "#tuple": [] },

libs/@local/hashql/mir/tests/ui/pass/inline/filter-with-ctor.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"::graph::tail::collect",
55
[
66
"::graph::body::filter",
7-
[
8-
"::graph::head::entities",
9-
["input", "axis", "_"]
10-
],
7+
["::graph::head::entities", ["input", "axis", "_"]],
118
[
129
"fn",
1310
{ "#tuple": [] },

libs/@local/hashql/mir/tests/ui/reify/graph-read.jsonc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"::graph::tail::collect",
55
[
66
"::graph::body::filter",
7-
[
8-
"::graph::head::entities",
9-
["input", "axis", "_"]
10-
],
7+
["::graph::head::entities", ["input", "axis", "_"]],
118
[
129
"fn",
1310
{ "#tuple": [] },

0 commit comments

Comments
 (0)