Skip to content

Commit a3e9744

Browse files
committed
drive-by fmt cleanup
1 parent ac9ba07 commit a3e9744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2912,7 +2912,7 @@ define_print_and_forward_display! {
29122912

29132913
ty::ExistentialTraitRef<'tcx> {
29142914
// Use a type that can't appear in defaults of type parameters.
2915-
let dummy_self = Ty::new_fresh(cx.tcx(),0);
2915+
let dummy_self = Ty::new_fresh(cx.tcx(), 0);
29162916
let trait_ref = self.with_self_ty(cx.tcx(), dummy_self);
29172917
p!(print(trait_ref.print_only_trait_path()))
29182918
}

0 commit comments

Comments
 (0)