After rustfmt

This commit is contained in:
Dominik Werder
2021-04-16 14:43:21 +02:00
parent 1150bb3c55
commit 3afcddb1c7
16 changed files with 951 additions and 832 deletions

View File

@@ -1,4 +1,4 @@
use clap::{Clap, crate_version};
use clap::{crate_version, Clap};
#[derive(Debug, Clap)]
#[clap(name="retrieval", author="Dominik Werder <dominik.werder@gmail.com>", version=crate_version!())]
@@ -15,5 +15,4 @@ pub enum SubCmd {
}
#[derive(Debug, Clap)]
pub struct Retrieval {
}
pub struct Retrieval {}