Skip to content

Commit c9c084a

Browse files
committed
drive-by fmt cleanup
1 parent 2e2d236 commit c9c084a

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
@@ -2929,7 +2929,7 @@ define_print_and_forward_display! {
29292929

29302930
ty::ExistentialTraitRef<'tcx> {
29312931
// Use a type that can't appear in defaults of type parameters.
2932-
let dummy_self = Ty::new_fresh(cx.tcx(),0);
2932+
let dummy_self = Ty::new_fresh(cx.tcx(), 0);
29332933
let trait_ref = self.with_self_ty(cx.tcx(), dummy_self);
29342934
p!(print(trait_ref.print_only_trait_path()))
29352935
}

0 commit comments

Comments
 (0)