Skip to content

Commit 35d92fd

Browse files
glesaintfrangio
authored andcommitted
update Math.sol path (#1319)
(cherry picked from commit d8cbd55)
1 parent fa739d8 commit 35d92fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/MathMock.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pragma solidity ^0.4.24;
22

33

4-
import "../../contracts/math/Math.sol";
4+
import "../math/Math.sol";
55

66

77
contract MathMock {

0 commit comments

Comments
 (0)