weird formatting

This commit is contained in:
Douglas Campos 2017-09-30 11:08:08 -04:00
parent a29c770c68
commit b24a672613

View file

@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
ccx.tcx(),
ty::ParamEnv::empty(traits::Reveal::All),
def_id,
substs,)
.unwrap()
substs,
).unwrap()
)
}