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/config.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipfs-cli/src/command/config.rs') diff --git a/ipfs-cli/src/command/config.rs b/ipfs-cli/src/command/config.rs index dad83a1..e778816 100644 --- a/ipfs-cli/src/command/config.rs +++ b/ipfs-cli/src/command/config.rs @@ -12,7 +12,6 @@ use ipfs_api::IpfsClient; use std::fs::File; use tokio_core::reactor::Core; - pub fn signature<'a, 'b>() -> App<'a, 'b> { clap_app!( @subcommand config => @@ -30,7 +29,6 @@ pub fn signature<'a, 'b>() -> App<'a, 'b> { ) } - pub fn handle(core: &mut Core, client: &IpfsClient, args: &ArgMatches) { match args.subcommand() { ("edit", _) => core.run(client.config_edit()).expect(EXPECTED_API), -- cgit v1.2.3