mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +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!(
|
||||
self,
|
||||
Switch { .. } | Ret(_) | Jump(_, _)
|
||||
// TODO for Switch; is this the reason Lean only looks at the outermost `when`?
|
||||
Switch { .. } | Ret(_) | Jump(_, _) // 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