Skip to content

Commit 4242b31

Browse files
committed
fix formatting
1 parent 67efe3f commit 4242b31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

velox/functions/sparksql/tests/DecimalArithmeticTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,8 @@ TEST_F(DecimalArithmeticTest, checkedMultiply) {
912912
HugeInt::parse("-10000000000000000000"))),
913913
"Decimal overflow in multiply");
914914

915-
// Negative * negative overflow should throw (result is positive but too large).
915+
// Negative * negative overflow should throw (result is positive but too
916+
// large).
916917
VELOX_ASSERT_USER_THROW(
917918
(checked_multiply<int128_t, int128_t>(
918919
DECIMAL(38, 0),

0 commit comments

Comments
 (0)