Skip to content

Commit

Permalink
clippy and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Oct 22, 2024
1 parent 47df477 commit 289e33c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ impl ty::TyExpression {
Self::type_check(&handler, ctx, expr)
.unwrap_or_else(|err| ty::TyExpression::error(err, span, engines))
} else {
Self::type_check(&handler, ctx, expr)
Self::type_check(handler, ctx, expr)
.unwrap_or_else(|err| ty::TyExpression::error(err, span, engines))
}
})
Expand Down

0 comments on commit 289e33c

Please sign in to comment.