mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +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);
|
||||
match tag_name {
|
||||
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