Skip to content

Commit

Permalink
[FLINK-3461] [runtime] Fix space indentation in ZooKeeperLeaderElecti…
Browse files Browse the repository at this point in the history
…onService
  • Loading branch information
uce committed Feb 29, 2016
1 parent febcb7f commit 4906982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void confirmLeaderSessionID(UUID leaderSessionID) {

@Override
public boolean hasLeadership() {
return leaderLatch.hasLeadership();
return leaderLatch.hasLeadership();
}

@Override
Expand Down

0 comments on commit 4906982

Please sign in to comment.