Merge branch 'master' of

https://gitarero.ecam.fr/mathys.balme/OOP_1B6_Project.git
This commit is contained in:
mathy 2025-05-06 15:00:42 +02:00
parent b2a57c85ec
commit adb389ddc1
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ public class Board {
// Make black pieces in lowercase // Make black pieces in lowercase
if (!piece.isWhite()) { if (!piece.isWhite()) {
pieceChar = pieceChar.toLowerCase(); pieceChar = pieceChar.toLowerCase();
} }
str.append(pieceChar).append(" "); // gives structure to the output str.append(pieceChar).append(" "); // gives structure to the output