Fix formatting and clippy errors

This commit is contained in:
Sam Mohr 2024-10-24 23:11:15 -07:00
parent aae173d4ac
commit ca762127e5
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
5 changed files with 5 additions and 5 deletions

View file

@ -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,