[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2026-04-23 06:08:00 +00:00
parent a49bf672d5
commit ee9694930b
+1 -1
View File
@@ -8,7 +8,7 @@ import { QuizData } from '$lib/quiz_types';
/** /**
* Interface that include all the game states for the admin page. * Interface that include all the game states for the admin page.
* Still in development and not used everywhere but should be a good practice * Still in development and not used everywhere but should be a good practice
*/ */
export interface IGameState { export interface IGameState {
game_id: string; game_id: string;
players: Player[]; players: Player[];