removed blank line
This commit is contained in:
@@ -206,7 +206,6 @@ namespace BlackJack
|
||||
|
||||
int playerHand = player.GetHandValue();
|
||||
int dealerHand = dealer.GetHandValue();
|
||||
|
||||
|
||||
|
||||
if (playerHand > dealerHand || dealerHand > 21)
|
||||
|
||||
Reference in New Issue
Block a user