mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Autoformat code
This commit is contained in:
parent
48dff77f9e
commit
a8a053e989
1 changed files with 3 additions and 1 deletions
|
@ -801,7 +801,9 @@ impl TTApp {
|
|||
|
||||
self.task_report_table.generate_table(alltasks);
|
||||
|
||||
return self.task_report_table.simplify_table();
|
||||
let (tasks, headers, widths) = self.task_report_table.simplify_table();
|
||||
|
||||
(tasks, headers, widths)
|
||||
}
|
||||
|
||||
pub fn update(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue