Skip to content

Commit

Permalink
Fixup: change Metrics to ServerMetrics for RaftServerMetrics fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKian committed Jan 14, 2024
1 parent 13ab097 commit e43168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openraft/src/metrics/raft_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ where
N: Node,
{
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "Metrics{{")?;
write!(f, "ServerMetrics{{")?;

write!(
f,
Expand Down

0 comments on commit e43168e

Please sign in to comment.