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([
format!("{}. ", i + 1).gray(),
task.get_icon().gray(),
" ".gray(),
" ".gray(),
self.display_coords(task.get_path_front_coords()).green(),
" -> ".gray(),
self.display_coords(task.get_path_back_coords()).yellow(),