summaryrefslogtreecommitdiffstats
path: root/src/opt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.rs')
-rw-r--r--src/opt.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/opt.rs b/src/opt.rs
index 3548127..9704d4f 100644
--- a/src/opt.rs
+++ b/src/opt.rs
@@ -29,4 +29,3 @@ pub struct Opt {
#[structopt(required = true, min_values = 1, parse(try_from_str = Config::parse_choice))]
pub choice: Vec<Choice>,
}
-