style: apply ktlint formatting fixes

https://claude.ai/code/session_01HeWiRdKDTnMGfEBUegk3d1
This commit is contained in:
Claude
2026-03-17 03:43:19 +00:00
parent 1c4f9769b1
commit 883a2f995e
11 changed files with 40 additions and 24 deletions
@@ -212,7 +212,8 @@ actual class ChessEngine {
board.getPiece(toSquare) != Piece.NONE ||
(
pt == com.github.bhlangonijr.chesslib.PieceType.PAWN &&
epTarget != Square.NONE && toSquare == epTarget
epTarget != Square.NONE &&
toSquare == epTarget
)
if (pt != com.github.bhlangonijr.chesslib.PieceType.PAWN) {