Run RustFmt

This commit is contained in:
jumbatm
2019-12-24 18:30:27 +10:00
parent d0dc9323e1
commit dca0a339dc
+4 -1
View File
@@ -625,7 +625,10 @@ fn codegen_call_terminator(
projection: &[],
} = place.as_ref()
{
let c = bx.tcx().const_eval_promoted(Instance::new(def_id, self.monomorphize(&substs)), promoted);
let c = bx.tcx().const_eval_promoted(
Instance::new(def_id, self.monomorphize(&substs)),
promoted,
);
let (llval, ty) = self.simd_shuffle_indices(
&bx,
terminator.source_info.span,