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/dns.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipfs-cli/src/command/dns.rs') diff --git a/ipfs-cli/src/command/dns.rs b/ipfs-cli/src/command/dns.rs index c40f61b..ba5ab94 100644 --- a/ipfs-cli/src/command/dns.rs +++ b/ipfs-cli/src/command/dns.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 dns => @@ -21,7 +20,6 @@ pub fn signature<'a, 'b>() -> App<'a, 'b> { ) } - pub fn handle(core: &mut Core, client: &IpfsClient, args: &ArgMatches) { let path = args.value_of("PATH").unwrap(); let req = client.dns(path, args.is_present("recursive")); -- cgit v1.2.3