add 2 lines between top level definitions

This commit is contained in:
Manuel Araoz
2016-12-19 17:43:02 -03:00
parent 5567e73730
commit f79ad4e2f6
19 changed files with 51 additions and 5 deletions

View File

@ -1,8 +1,10 @@
pragma solidity ^0.4.4;
import '../PullPayment.sol';
import '../Stoppable.sol';
contract StoppableBid is Stoppable, PullPayment {
address public highestBidder;
uint public highestBid;