removed blank line

This commit is contained in:
2025-09-16 10:22:07 +02:00
parent 52576e3416
commit e99551321d

View File

@@ -206,7 +206,6 @@ namespace BlackJack
int playerHand = player.GetHandValue();
int dealerHand = dealer.GetHandValue();
if (playerHand > dealerHand || dealerHand > 21)