generated from GarandPLG/rust-flake-template
Add two spaces after miner task icon
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user