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;
|
use ui::build_ui;
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
||||||
let name = "imag-todo";
|
let name = "imag-todo";
|
||||||
let version = &version!()[..];
|
let version = &version!()[..];
|
||||||
let about = "Interface with taskwarrior";
|
let about = "Interface with taskwarrior";
|
||||||
|
@ -45,8 +44,6 @@ fn main() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
let scmd = rt.cli().subcommand_name();
|
let scmd = rt.cli().subcommand_name();
|
||||||
match scmd {
|
match scmd {
|
||||||
Some("tw-hook") => {
|
Some("tw-hook") => {
|
||||||
|
|
Loading…
Reference in a new issue