renamed BLUE to BLU for consistency

This commit is contained in:
LinlyBoi
2023-05-01 23:18:32 +03:00
parent fbcf6c81e7
commit 23fc7aa872

View File

@@ -46,6 +46,6 @@ impl Board {
#[derive(Clone, Debug)]
pub enum Disk {
RED,
BLUE,
BLU,
EMPTY,
}