Skip to content

Commit 08e1f0b

Browse files
committed
fix formatting
1 parent 2922066 commit 08e1f0b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/librustc_trans/callee.rs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,13 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
180180
substs: &'tcx Substs<'tcx>)
181181
-> ValueRef
182182
{
183-
get_fn(ccx, ty::Instance::resolve(ccx.tcx(),
184-
ty::ParamEnv::empty(traits::Reveal::All),
185-
def_id,
186-
substs).unwrap())
183+
get_fn(
184+
ccx,
185+
ty::Instance::resolve(
186+
ccx.tcx(),
187+
ty::ParamEnv::empty(traits::Reveal::All),
188+
def_id,
189+
substs,)
190+
.unwrap()
191+
)
187192
}

0 commit comments

Comments
 (0)