new formatting

This commit is contained in:
Folkert 2021-07-30 17:13:50 +02:00
parent 981e026a58
commit e0648d348d
6 changed files with 6 additions and 19 deletions

View file

@ -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