Skip to content

Commit e0c2320

Browse files
committed
Long lines
1 parent 528373b commit e0c2320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rustc/middle/typeck/infer/combine.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,8 @@ fn super_tys<C:combine>(
487487
map_vec2(as_, bs, |a, b| self.tys(a, b) )
488488
.chain(|ts| Ok(ty::mk_tup(tcx, ts)) )
489489
} else {
490-
Err(ty::terr_tuple_size(expected_found(self, as_.len(), bs.len())))
490+
Err(ty::terr_tuple_size(
491+
expected_found(self, as_.len(), bs.len())))
491492
}
492493
}
493494

0 commit comments

Comments
 (0)