Add two spaces after miner task icon

This commit is contained in:
2026-05-19 01:01:29 +02:00
parent 5b960c65ff
commit ec4c68364d
@@ -92,7 +92,7 @@ impl Unit for MinerUnit {
Line::from_iter([ Line::from_iter([
format!("{}. ", i + 1).gray(), format!("{}. ", i + 1).gray(),
task.get_icon().gray(), task.get_icon().gray(),
" ".gray(), " ".gray(),
self.display_coords(task.get_path_front_coords()).green(), self.display_coords(task.get_path_front_coords()).green(),
" -> ".gray(), " -> ".gray(),
self.display_coords(task.get_path_back_coords()).yellow(), self.display_coords(task.get_path_back_coords()).yellow(),