Skip to content

Commit 5ec3ea9

Browse files
Apply pre-commit auto-fixes
1 parent d9fac99 commit 5ec3ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/correctness/lossless_cast.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ Expr regression_expr_1926104395() {
486486
return mul_shift_right(shifted - cast(Int(32), halving),
487487
cast(Int(32), twice_div_173_88 / cast(UInt(8), shifted)),
488488
cast(UInt(32), rounding /
489-
cast(UInt(8), buf_i8(x) /
490-
cast(Int(8), div_173_88))));
489+
cast(UInt(8), buf_i8(x) /
490+
cast(Int(8), div_173_88))));
491491
}
492492

493493
Expr regression_expr_3082698823() {

0 commit comments

Comments
 (0)