From 22c1403e5bf19d54fc92988a37087e050f259842 Mon Sep 17 00:00:00 2001 From: Alejandro Santander Date: Tue, 16 Jan 2018 13:58:19 -0300 Subject: [PATCH] Fix solidity style issue --- contracts/ownership/Heritable.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ownership/Heritable.sol b/contracts/ownership/Heritable.sol index 11aa22f8c..647fb1f0a 100644 --- a/contracts/ownership/Heritable.sol +++ b/contracts/ownership/Heritable.sol @@ -1,7 +1,7 @@ pragma solidity ^0.4.11; -import './Ownable.sol'; +import "./Ownable.sol"; /**