mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
format
This commit is contained in:
parent
38ea090c3e
commit
f20577d9fb
1 changed files with 1 additions and 2 deletions
|
@ -2360,8 +2360,7 @@ impl<'a> Stmt<'a> {
|
||||||
|
|
||||||
matches!(
|
matches!(
|
||||||
self,
|
self,
|
||||||
Switch { .. } | Ret(_) | Jump(_, _)
|
Switch { .. } | Ret(_) | Jump(_, _) // TODO for Switch; is this the reason Lean only looks at the outermost `when`?
|
||||||
// TODO for Switch; is this the reason Lean only looks at the outermost `when`?
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue