Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Co-authored-by: Shoham Chakraborty <shhmchk@gmail.com>
  • Loading branch information
Mixa84 and shohamc1 authored Feb 3, 2023
1 parent 693275a commit 2b28d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternodes/rpc_proposals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const bool DEFAULT_RPC_GOV_NEUTRAL = false;

struct VotingInfo {
int32_t votesPossible = 0;
int32_t votesPresent =0;
int32_t votesPresent = 0;
int32_t votesYes = 0;
int32_t votesNo = 0;
int32_t votesNeutral = 0;
Expand Down

0 comments on commit 2b28d07

Please sign in to comment.