Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjiaqi committed Oct 22, 2024
1 parent fe2ef23 commit 0442b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public MetricsRefresher(MeterRegistry registry) {
@Scheduled(fixedRate = 30000)
public void refreshMetrics() {
log.info("Refreshing metrics");
JRaftMetrics.init(registry,false);
JRaftMetrics.init(registry, false);
}
}

0 comments on commit 0442b1e

Please sign in to comment.