Browse Source

killable formatting

Manuel Araoz 9 years ago
parent
commit
582baea62b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      contracts/Killable.sol

+ 3 - 0
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.