forced push

This commit is contained in:
Jérôme BEDIER 2025-05-06 14:41:47 +02:00
parent 514b5dce5e
commit 92f376cf2b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class Board {
public void cleanBoard() { public void cleanBoard() {
this.board = new Piece[width][height]; // should work ? this.board = new Piece[width][height]; // should work ?
//this.isTurnWhite = true; //this.isTurnWhite = true;
} } // test
public String toString() { public String toString() {
StringBuilder sb = new StringBuilder(); StringBuilder sb = new StringBuilder();