Unverified Commit 1b8eb199 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #2404 from ankitsaxena21/indentation

Update ballot.sol
parents 0c180e65 818f818c
...@@ -13,8 +13,7 @@ contract Ballot { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment