From 582baea62b8e9d790d8f50e0cf47885bfd7caa08 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 23 Nov 2016 17:32:35 -0800 Subject: [PATCH] killable formatting --- contracts/Killable.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contracts/Killable.sol b/contracts/Killable.sol index e327b8e41..10621d63e 100644 --- a/contracts/Killable.sol +++ b/contracts/Killable.sol @@ -1,6 +1,9 @@ pragma solidity ^0.4.4; + + import "./Ownable.sol"; + /* * Killable * Base contract that can be killed by owner. All funds in contract will be sent to the owner.