Skip to content

Commit 805b331

Browse files
committed
chore: format
1 parent aaa02db commit 805b331

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

libs/@local/hashql/mir/tests/ui/pass/post_inline/cascading-simplification.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"Boolean",
2828
["&&", "a", "b"]
2929
],
30-
["check_both", ["is_large", { "#literal": 100 }], ["is_large", { "#literal": 75 }]]
30+
[
31+
"check_both",
32+
["is_large", { "#literal": 100 }],
33+
["is_large", { "#literal": 75 }]
34+
]
3135
]
3236
]

libs/@local/hashql/mir/tests/ui/pass/post_inline/closure-env-cleanup.jsonc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
[">", "x", "threshold"]
2424
]
2525
],
26-
[
27-
"let",
28-
"checker",
29-
["make_checker"],
30-
["checker", { "#literal": 150 }]
31-
]
26+
["let", "checker", ["make_checker"], ["checker", { "#literal": 150 }]]
3227
]
3328
]

0 commit comments

Comments
 (0)