Skip to content

Commit b24a672

Browse files
committed
weird formatting
1 parent a29c770 commit b24a672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc_trans/callee.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub fn resolve_and_get_fn<'a, 'tcx>(ccx: &CrateContext<'a, 'tcx>,
186186
ccx.tcx(),
187187
ty::ParamEnv::empty(traits::Reveal::All),
188188
def_id,
189-
substs,)
190-
.unwrap()
189+
substs,
190+
).unwrap()
191191
)
192192
}

0 commit comments

Comments
 (0)