cargo clippy
This commit is contained in:
@@ -68,7 +68,7 @@ impl Game {
|
||||
println!("{}", self);
|
||||
|
||||
// Check if the game is over
|
||||
if self.board.game_over() == true {
|
||||
if self.board.game_over() {
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user