From c2f1199de55897cc98d7663f171329a04e63b230 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Tue, 23 Jan 2018 18:30:11 -0500 Subject: formatting --- ipfs-cli/src/command/dag.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipfs-cli/src/command/dag.rs') diff --git a/ipfs-cli/src/command/dag.rs b/ipfs-cli/src/command/dag.rs index 81250a5..c2b4f39 100644 --- a/ipfs-cli/src/command/dag.rs +++ b/ipfs-cli/src/command/dag.rs @@ -11,7 +11,6 @@ use command::EXPECTED_API; use ipfs_api::IpfsClient; use tokio_core::reactor::Core; - pub fn signature<'a, 'b>() -> App<'a, 'b> { clap_app!( @subcommand dag => @@ -23,7 +22,6 @@ pub fn signature<'a, 'b>() -> App<'a, 'b> { ) } - pub fn handle(core: &mut Core, client: &IpfsClient, args: &ArgMatches) { match args.subcommand() { ("get", Some(args)) => { -- cgit v1.2.3