From c2f1199de55897cc98d7663f171329a04e63b230 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Jan 2018 18:30:11 -0500 Subject: formatting --- ipfs-api/examples/add_tar.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ipfs-api/examples/add_tar.rs') diff --git a/ipfs-api/examples/add_tar.rs b/ipfs-api/examples/add_tar.rs index 0a1582c..401c61d 100644 --- a/ipfs-api/examples/add_tar.rs +++ b/ipfs-api/examples/add_tar.rs @@ -6,8 +6,8 @@ // copied, modified, or distributed except according to those terms. // -extern crate ipfs_api; extern crate futures; +extern crate ipfs_api; extern crate tar; extern crate tokio_core; @@ -33,9 +33,9 @@ fn main() { { let mut builder = Builder::new(&mut buf); - builder.append_path(file!()).expect( - "failed to create tar file", - ); + builder + .append_path(file!()) + .expect("failed to create tar file"); builder.finish().expect("failed to create tar file"); } -- cgit v1.2.3