summaryrefslogtreecommitdiffstats
path: root/imag-todo
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-06 19:37:49 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-06 19:37:49 +0200
commit29c4ed853ccf56a0bc29311d176d55d815412343 (patch)
treeec4271f1a34c4337a52514e07f3e6bf86a194080 /imag-todo
parent5f731c8f8fe265dd9a7c293df57ac368911a2996 (diff)
Remove unnecessary whitespace
Diffstat (limited to 'imag-todo')
-rw-r--r--imag-todo/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/imag-todo/src/main.rs b/imag-todo/src/main.rs
index 945724b7..1686a36b 100644
--- a/imag-todo/src/main.rs
+++ b/imag-todo/src/main.rs
@@ -28,7 +28,6 @@ mod ui;
use ui::build_ui;
fn main() {
-
let name = "imag-todo";
let version = &version!()[..];
let about = "Interface with taskwarrior";
@@ -45,8 +44,6 @@ fn main() {
}
};
-
-
let scmd = rt.cli().subcommand_name();
match scmd {
Some("tw-hook") => {