Autoformat code

This commit is contained in:
Dheepak Krishnamurthy 2020-10-10 21:36:49 -06:00
parent 48dff77f9e
commit a8a053e989

View file

@ -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) {