We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08ac50 commit 98f7994Copy full SHA for 98f7994
contracts/utils/math/Math.sol
@@ -428,4 +428,4 @@ library Math {
428
function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {
429
return uint8(rounding) % 2 == 1;
430
}
431
-}
+}
test/utils/math/Math.t.sol
@@ -195,7 +195,7 @@ contract MathTest is Test {
195
expected = _mulmod(expected, b, m);
196
197
198
- assertEq(result, expected);
+ assertEq(result, expected);
199
200
201
0 commit comments