summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/src/command/bitswap.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-cli/src/command/bitswap.rs')
-rw-r--r--ipfs-cli/src/command/bitswap.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipfs-cli/src/command/bitswap.rs b/ipfs-cli/src/command/bitswap.rs
index ed76107..33f88ef 100644
--- a/ipfs-cli/src/command/bitswap.rs
+++ b/ipfs-cli/src/command/bitswap.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 bitswap =>
@@ -33,7 +32,6 @@ pub fn signature<'a, 'b>() -> App<'a, 'b> {
)
}
-
pub fn handle(core: &mut Core, client: &IpfsClient, args: &ArgMatches) {
match args.subcommand() {
("ledger", Some(args)) => {