From 027e83c3b0c3d2085c1eb2c7e3697bee2c1498a3 Mon Sep 17 00:00:00 2001 From: Atul Bhosale Date: Tue, 17 Sep 2019 14:52:44 +0700 Subject: Remove extra semicolon to fix cargo fmt --all -- --check (#195) --- examples/volumes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/volumes.rs b/examples/volumes.rs index ea577a7..c5548ec 100644 --- a/examples/volumes.rs +++ b/examples/volumes.rs @@ -12,7 +12,7 @@ fn main() { println!("volume -> {:#?}", v) } }) - .map_err(|e| eprintln!("Error: {}", e));; + .map_err(|e| eprintln!("Error: {}", e)); tokio::run(fut); } -- cgit v1.2.3