Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 5, 2022
1 parent b3227a6 commit 2c0da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-health/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl HealthReporter {
}
}

/// A service providing implementations of gRPC health checking protocol.
/// A service providing implementations of gRPC health checking protocol.
#[derive(Debug)]
pub struct HealthService {
statuses: Arc<RwLock<HashMap<String, StatusPair>>>,
Expand Down

0 comments on commit 2c0da18

Please sign in to comment.