Skip to content

Commit

Permalink
fix doc example
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Sep 12, 2024
1 parent cb594db commit da84812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ impl Client {
/// # async fn main() -> Result<(), async_nats::Error> {
/// let client = async_nats::connect("demo.nats.io").await?;
/// let statistics = client.statistics();
/// println!("client statistics: {:$?}", statistics);
/// println!("client statistics: {:#?}", statistics);
/// # Ok(())
/// # }
/// ```
Expand Down

0 comments on commit da84812

Please sign in to comment.