This commit is contained in:
Jerome ALTARIBA 2025-04-18 17:19:42 +02:00
commit fe3558e7b9
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ public class Move {
public String toString() {
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
}
// remove commit message
}