mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-23 20:16:41 +02:00
chore: Autoformat ♻️
This commit is contained in:
parent
493e320a35
commit
4fd9e5ea43
1 changed files with 1 additions and 5 deletions
|
@ -2584,11 +2584,7 @@ impl TaskwarriorTui {
|
|||
}
|
||||
if t.due().is_some() {
|
||||
let date = t.due().unwrap();
|
||||
s = format!(
|
||||
"{}due:{} ",
|
||||
s,
|
||||
get_formatted_datetime(date)
|
||||
);
|
||||
s = format!("{}due:{} ", s, get_formatted_datetime(date));
|
||||
}
|
||||
}
|
||||
self.modify.update(&s, s.as_str().len());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue