mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Fix formatting and clippy errors
This commit is contained in:
parent
aae173d4ac
commit
ca762127e5
5 changed files with 5 additions and 5 deletions
|
@ -457,7 +457,7 @@ impl<'a> Formattable for Expr<'a> {
|
|||
"LowLevelDbg should only exist after desugaring, not during formatting"
|
||||
),
|
||||
Return(return_value, after_return) => {
|
||||
fmt_return(buf, return_value, &after_return, parens, newlines, indent);
|
||||
fmt_return(buf, return_value, after_return, parens, newlines, indent);
|
||||
}
|
||||
If {
|
||||
if_thens: branches,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue