Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Fix typo at contract import (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0b0lev authored and xianny committed Sep 17, 2019
1 parent f4da2a1 commit 23602ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

pragma solidity ^0.5.5;

import "@0x/contract-utils/contracts/src/interfaces/IOwnable.sol";
import "@0x/contracts-utils/contracts/src/interfaces/IOwnable.sol";
import "./IMatchOrders.sol";
import "./IAssets.sol";

Expand Down

0 comments on commit 23602ec

Please sign in to comment.