Skip to content

Commit

Permalink
update Math.sol path (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
glesaint authored and nventuro committed Sep 11, 2018
1 parent b644c72 commit d8cbd55
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 d8cbd55

Please sign in to comment.