diff --git a/contracts/ballot.sol b/contracts/ballot.sol index 73d3234bb4..d55734ed9a 100644 --- a/contracts/ballot.sol +++ b/contracts/ballot.sol @@ -13,8 +13,7 @@ contract Ballot { } // This is a type for a single proposal. - struct Proposal - { + struct Proposal { bytes32 name; // short name (up to 32 bytes) uint voteCount; // number of accumulated votes }