test again

This commit is contained in:
MSI 2025-05-06 13:51:01 +02:00
parent 32042357ce
commit 87badde599
1 changed files with 2 additions and 1 deletions

View File

@ -39,5 +39,6 @@ public class Move {
return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: ""); return piece + ":("+ fromX + "," + fromY + ")-("+ toX + "," + toY + ")" + ( capturedPiece != null? "capturing "+ capturedPiece: "");
} }
// remove commit message // remove commit message
// search for push // test again
} }