Remove unnecessary whitespace
This commit is contained in:
parent
5f731c8f8f
commit
29c4ed853c
1 changed files with 0 additions and 3 deletions
|
@ -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") => {
|
||||
|
|
Loading…
Reference in a new issue