Skip to content

Commit 93bbb54

Browse files
committed
drive-by fmt cleanup
1 parent 4e0b8eb commit 93bbb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/print/pretty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ define_print_and_forward_display! {
28362836

28372837
ty::ExistentialTraitRef<'tcx> {
28382838
// Use a type that can't appear in defaults of type parameters.
2839-
let dummy_self = Ty::new_fresh(cx.tcx(),0);
2839+
let dummy_self = Ty::new_fresh(cx.tcx(), 0);
28402840
let trait_ref = self.with_self_ty(cx.tcx(), dummy_self);
28412841
p!(print(trait_ref.print_only_trait_path()))
28422842
}

0 commit comments

Comments
 (0)