Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Needham committed Jul 14, 2016
1 parent df954e1 commit 2c43f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void update( Outcome outcome ) throws IOException
voteStorage.persistStoreData( voteState );
}

logIfLeaderChanged(outcome.getLeader());
logIfLeaderChanged( outcome.getLeader() );
leader = outcome.getLeader();

leaderCommit = outcome.getLeaderCommit();
Expand Down

0 comments on commit 2c43f4b

Please sign in to comment.