diff --git a/src/network.rs b/src/network.rs index ff2c83fa..e4f10a76 100644 --- a/src/network.rs +++ b/src/network.rs @@ -100,7 +100,7 @@ impl<'docker> Network<'docker> { /// Inspects the current docker network instance's details /// /// API Reference: - pub async fn inspect(&self) -> Result { + pub async fn inspect(&self) -> Result { self.docker .get_json(&format!("/networks/{}", self.id)[..]) .await