Explorar el Código

bin/tau: change workspace color in table to default

Dastan-glitch hace 4 años
padre
commit
e6b78d414e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/tau/tau-cli/src/view.rs

+ 1 - 1
bin/tau/tau-cli/src/view.rs

@@ -82,7 +82,7 @@ pub fn print_task_list(tasks: Vec<TaskInfo>, filters: Vec<String>) -> Result<()>
         ]));
     }
 
-    let mut ws_table = table!([Fb => workspace]);
+    let mut ws_table = table!([workspace]);
     ws_table.set_format(
         FormatBuilder::new()
             .padding(1, 1)