mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Make clippy happy
This commit is contained in:
parent
11752117a5
commit
936521db1f
1 changed files with 2 additions and 2 deletions
|
@ -1200,7 +1200,7 @@ mod when {
|
|||
if alternatives_indented_correctly(&loc_patterns, original_indent) {
|
||||
Ok(((loc_patterns, loc_guard), state))
|
||||
} else {
|
||||
return Err((
|
||||
Err((
|
||||
Fail {
|
||||
attempting: state.attempting,
|
||||
reason: FailReason::NotYetImplemented(
|
||||
|
@ -1208,7 +1208,7 @@ mod when {
|
|||
),
|
||||
},
|
||||
state,
|
||||
));
|
||||
))
|
||||
}
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue