Browse Source

Fix solidity style issue

Alejandro Santander 7 years ago
parent
commit
22c1403e5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/ownership/Heritable.sol

+ 1 - 1
contracts/ownership/Heritable.sol

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