Fix solidity style issue

This commit is contained in:
Alejandro Santander
2018-01-16 13:58:19 -03:00
parent 3009553925
commit 22c1403e5b

View File

@ -1,7 +1,7 @@
pragma solidity ^0.4.11;
import './Ownable.sol';
import "./Ownable.sol";
/**