style: format code and add missing newlines
This commit is contained in:
parent
4b569157aa
commit
2d8b137e69
3 changed files with 11 additions and 6 deletions
|
@ -3,7 +3,7 @@ import { Card } from '../models/blackjack.model';
|
|||
import { GameState } from '../../../../enum/gameState';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
providedIn: 'root',
|
||||
})
|
||||
export class GameControlsService {
|
||||
calculateHandValue(cards: Card[]): number {
|
||||
|
@ -71,4 +71,4 @@ export class GameControlsService {
|
|||
return 'text-white';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue