Skip to content

Commit

Permalink
update Math.sol path (#1319)
Browse files Browse the repository at this point in the history
(cherry picked from commit d8cbd55)
  • Loading branch information
glesaint authored and frangio committed Sep 18, 2018
1 parent fa739d8 commit 35d92fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/MathMock.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pragma solidity ^0.4.24;


import "../../contracts/math/Math.sol";
import "../math/Math.sol";


contract MathMock {
Expand Down

0 comments on commit 35d92fd

Please sign in to comment.