Skip to content

Commit

Permalink
move SafeCast to utils/math
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Feb 18, 2021
1 parent a1e5919 commit 5bd4344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/SafeCastMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pragma solidity ^0.8.0;

import "../utils/SafeCast.sol";
import "../utils/math/SafeCast.sol";

contract SafeCastMock {
using SafeCast for uint;
Expand Down
File renamed without changes.

0 comments on commit 5bd4344

Please sign in to comment.