mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
new formatting
This commit is contained in:
parent
981e026a58
commit
e0648d348d
6 changed files with 6 additions and 19 deletions
|
@ -1325,13 +1325,7 @@ fn stores_and_condition<'a>(
|
|||
|
||||
// Assumption: there is at most 1 guard, and it is the outer layer.
|
||||
for (path, test) in test_chain {
|
||||
tests.push(test_to_equality(
|
||||
env,
|
||||
cond_symbol,
|
||||
cond_layout,
|
||||
&path,
|
||||
test,
|
||||
))
|
||||
tests.push(test_to_equality(env, cond_symbol, cond_layout, &path, test))
|
||||
}
|
||||
|
||||
tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue