Skip to content

Commit dca0a33

Browse files
committed
Run RustFmt
1 parent d0dc932 commit dca0a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc_codegen_ssa/mir/block.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,10 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> {
625625
projection: &[],
626626
} = place.as_ref()
627627
{
628-
let c = bx.tcx().const_eval_promoted(Instance::new(def_id, self.monomorphize(&substs)), promoted);
628+
let c = bx.tcx().const_eval_promoted(
629+
Instance::new(def_id, self.monomorphize(&substs)),
630+
promoted,
631+
);
629632
let (llval, ty) = self.simd_shuffle_indices(
630633
&bx,
631634
terminator.source_info.span,

0 commit comments

Comments
 (0)