Skip to content

Commit 91cd57e

Browse files
committed
correct long line
1 parent 7a336f1 commit 91cd57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/middle/trans_impl.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ fn trans_param_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
113113
}
114114

115115
// Method callee where the dict comes from a boxed iface
116-
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr, base: @ast::expr,
117-
n_method: uint)
116+
fn trans_iface_callee(bcx: @block_ctxt, fld_expr: @ast::expr,
117+
base: @ast::expr, n_method: uint)
118118
-> lval_maybe_callee {
119119
let tcx = bcx_tcx(bcx);
120120
let {bcx, val} = trans_temp_expr(bcx, base);

0 commit comments

Comments
 (0)