Remove unnecessary whitespace

This commit is contained in:
Matthias Beyer 2016-07-06 19:37:49 +02:00
parent 5f731c8f8f
commit 29c4ed853c

View file

@ -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") => {