mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Formatting fix
This commit is contained in:
parent
03bb726811
commit
68d6ab1299
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ impl Config {
|
||||||
let tag_name = Self::get_config("uda.taskwarrior-tui.next-tag.name", data);
|
let tag_name = Self::get_config("uda.taskwarrior-tui.next-tag.name", data);
|
||||||
match tag_name {
|
match tag_name {
|
||||||
None => "next".to_string(),
|
None => "next".to_string(),
|
||||||
Some(tag_name) => format!("{}", tag_name),
|
Some(tag_name) => tag_name,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue