Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
markbenvenuto committed Jul 25, 2024
1 parent d970422 commit c95a4df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/test-mc-range-encoding.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,13 @@ static void _test_canUsePrecisionModeDouble(_mongocrypt_tester_t *tester) {
0,
"Invalid upper bound for double precision. Absolute scaled value");
CAN_USE_PRECISION_MODE_ERRORS(-1 * INT_64_MAX_DOUBLE,
1.0,
1.0,
0,
"Invalid lower bound for double precision. Absolute scaled value");
CAN_USE_PRECISION_MODE_ERRORS(-92233720368547.0, 92233720368547.0, 5, "Invalid upper bound for double precision. Absolute");
CAN_USE_PRECISION_MODE_ERRORS(-92233720368547.0,
92233720368547.0,
5,
"Invalid upper bound for double precision. Absolute");

#undef CAN_USE_PRECISION_MODE
#undef CAN_USE_PRECISION_MODE_ERRORS
Expand Down

0 comments on commit c95a4df

Please sign in to comment.