mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
cargo fmt
This commit is contained in:
parent
2173bc6f6f
commit
31811410ee
1 changed files with 1 additions and 3 deletions
|
@ -541,9 +541,7 @@ fn to_relevant_branch_help<'a>(
|
||||||
let pattern = match destruct.typ {
|
let pattern = match destruct.typ {
|
||||||
DestructType::Guard(guard) => guard.clone(),
|
DestructType::Guard(guard) => guard.clone(),
|
||||||
DestructType::Required => Pattern::Underscore,
|
DestructType::Required => Pattern::Underscore,
|
||||||
DestructType::Optional(_expr) => {
|
DestructType::Optional(_expr) => Pattern::Underscore,
|
||||||
Pattern::Underscore
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue