summaryrefslogtreecommitdiffstats
path: root/examples/info.rs
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2017-06-25 21:29:32 -0400
committersoftprops <d.tangren@gmail.com>2017-06-25 21:29:32 -0400
commit6d784b1e4f7da7bbe837d32f040a37634208e73c (patch)
treea13627f8e5f2c7f805640e90a1a4ff7dfb57e373 /examples/info.rs
parentfe51ec45f98f215a7158bf64b9f10b80ce04e720 (diff)
apply rustfmt
Diffstat (limited to 'examples/info.rs')
-rw-r--r--examples/info.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/info.rs b/examples/info.rs
index c3ad9d6..372b603 100644
--- a/examples/info.rs
+++ b/examples/info.rs
@@ -3,6 +3,6 @@ extern crate shiplift;
use shiplift::Docker;
fn main() {
- let docker = Docker::new();
- println!("info {:?}", docker.info().unwrap());
+ let docker = Docker::new();
+ println!("info {:?}", docker.info().unwrap());
}