Merge pull request #2404 from ankitsaxena21/indentation

Update ballot.sol
pull/1/head
Liana Husikyan 5 years ago committed by GitHub
commit 1b8eb19922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      contracts/ballot.sol

@ -13,8 +13,7 @@ contract Ballot {
} }
// This is a type for a single proposal. // This is a type for a single proposal.
struct Proposal struct Proposal {
{
bytes32 name; // short name (up to 32 bytes) bytes32 name; // short name (up to 32 bytes)
uint voteCount; // number of accumulated votes uint voteCount; // number of accumulated votes
} }

Loading…
Cancel
Save