Skip to content

Commit

Permalink
Pass the check style
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Mar 3, 2023
1 parent 61098b8 commit af1b3a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void updateSyncStateSetInfo(Set<String> newSyncStateSet) {
}

public boolean isMasterExist() {
return masterAddress!=null && !this.masterAddress.isEmpty();
return masterAddress != null && !this.masterAddress.isEmpty();
}

public String getClusterName() {
Expand Down

0 comments on commit af1b3a9

Please sign in to comment.