Skip to content

Commit

Permalink
update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWeike2000 committed Sep 4, 2024
1 parent ffe7d1d commit 8cb5749
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ public JobMetricsSummary getJobMetricsSummary(Long jobId) {
public Map<String, String> getClusterHealthMetrics() {
Set<Member> members = hazelcastClient.getHazelcastInstance().getCluster().getMembers();
Map<String, String> healthMetricsMap = new HashMap<>();
members.forEach(
members
.forEach(
member -> {
String metrics =
hazelcastClient.requestAndDecodeResponse(
Expand Down

0 comments on commit 8cb5749

Please sign in to comment.