Skip to content

Commit

Permalink
chore: forc fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
K1-R1 committed Oct 23, 2024
1 parent ab7ac1e commit 2ca9571
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ fn math_u8_underflow_sub() {
assert((u8::max() - u8::max()) == 0u8);
assert((u8::min() - u8::min()) == 0u8);
assert((10u8 - 5u8) == 5u8);

let _ = disable_panic_on_overflow();

let a = 0u8;
Expand Down Expand Up @@ -985,7 +985,7 @@ fn math_u16_underflow_sub() {
assert((u16::max() - u16::max()) == 0u16);
assert((u16::min() - u16::min()) == 0u16);
assert((10u16 - 5u16) == 5u16);

let _ = disable_panic_on_overflow();

let a = 0u16;
Expand Down

0 comments on commit 2ca9571

Please sign in to comment.