mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Comply with clippy
This commit is contained in:
parent
9376b4b988
commit
830394eadf
1 changed files with 2 additions and 2 deletions
|
@ -1034,9 +1034,9 @@ mod when {
|
|||
branch_result(indented_more)
|
||||
),
|
||||
|((patterns, guard), expr)| WhenBranch {
|
||||
patterns: patterns,
|
||||
patterns,
|
||||
value: expr,
|
||||
guard: guard
|
||||
guard
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue