Change empty well symbol (easier to read)
This commit is contained in:
parent
6b12335bbc
commit
b4faca150d
|
@ -241,7 +241,7 @@ impl fmt::Display for TransferRegion<'_> {
|
||||||
if dest_wells.contains(&(i,j)) {
|
if dest_wells.contains(&(i,j)) {
|
||||||
dest_string.push_str("x")
|
dest_string.push_str("x")
|
||||||
} else {
|
} else {
|
||||||
dest_string.push_str("o")
|
dest_string.push_str(".")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dest_string.push_str("\n");
|
dest_string.push_str("\n");
|
||||||
|
|
Loading…
Reference in New Issue