summaryrefslogtreecommitdiffstats
path: root/ipfs-cli/src/command/dag.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-cli/src/command/dag.rs')
-rw-r--r--ipfs-cli/src/command/dag.rs2
1 files changed, 0 insertions, 2 deletions
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)) => {