Skip to content

Commit d18966a

Browse files
committed
Fix formatting
1 parent 23edabb commit d18966a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/hir-ty/src/infer/closure.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,7 @@ impl<'db> InferenceContext<'_, 'db> {
671671
// that does not misuse a `FnSig` type, but that can be done separately.
672672
let return_ty = return_ty.unwrap_or_else(|| self.table.next_ty_var());
673673

674-
let sig =
675-
projection.rebind(self.interner().mk_fn_sig_safe_rust_abi(input_tys, return_ty));
674+
let sig = projection.rebind(self.interner().mk_fn_sig_safe_rust_abi(input_tys, return_ty));
676675

677676
Some(sig)
678677
}

0 commit comments

Comments
 (0)