Skip to content

Commit f37bf6d

Browse files
committed
no op commit for travis
1 parent 969b2b8 commit f37bf6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/mir/tcx.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ impl<'tcx> BinOp {
214214
pub fn ty<'a, 'gcx>(&self, tcx: TyCtxt<'a, 'gcx, 'tcx>,
215215
lhs_ty: Ty<'tcx>,
216216
rhs_ty: Ty<'tcx>)
217-
-> Ty<'tcx>
218-
{
217+
-> Ty<'tcx> {
219218
// FIXME: handle SIMD correctly
220219
match self {
221220
&BinOp::Add | &BinOp::Sub | &BinOp::Mul | &BinOp::Div | &BinOp::Rem |

0 commit comments

Comments
 (0)