Skip to content

Commit 7b6c6b2

Browse files
committed
fix some lint incosistency in SafeCast
1 parent 5bd4344 commit 7b6c6b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/utils/math/SafeCast.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
pragma solidity ^0.8.0;
44

5-
65
/**
76
* @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
87
* checks.
@@ -19,7 +18,6 @@ pragma solidity ^0.8.0;
1918
* all math on `uint256` and `int256` and then downcasting.
2019
*/
2120
library SafeCast {
22-
2321
/**
2422
* @dev Returns the downcasted uint128 from uint256, reverting on
2523
* overflow (when the input is greater than largest uint128).

0 commit comments

Comments
 (0)