Skip to content

Commit

Permalink
fix some lint incosistency in SafeCast
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 18, 2021
1 parent 5bd4344 commit 7b6c6b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/utils/math/SafeCast.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

pragma solidity ^0.8.0;


/**
* @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
* checks.
Expand All @@ -19,7 +18,6 @@ pragma solidity ^0.8.0;
* all math on `uint256` and `int256` and then downcasting.
*/
library SafeCast {

/**
* @dev Returns the downcasted uint128 from uint256, reverting on
* overflow (when the input is greater than largest uint128).
Expand Down

0 comments on commit 7b6c6b2

Please sign in to comment.