From e6de034475c8cdaef4a65d04dad7c626805d2ffc Mon Sep 17 00:00:00 2001 From: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> Date: Fri, 16 Jan 2026 12:56:47 +0000 Subject: style: auto format and lint fix [skip ci] --- ui/src/stores/game.svelte.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ui/src') diff --git a/ui/src/stores/game.svelte.ts b/ui/src/stores/game.svelte.ts index 3efcf71..1e4119f 100644 --- a/ui/src/stores/game.svelte.ts +++ b/ui/src/stores/game.svelte.ts @@ -42,7 +42,12 @@ export class GameState { } uiState.setStatus("Preparing to launch " + this.selectedVersion + "..."); - console.log("Invoking start_game for version:", this.selectedVersion, "instance:", instancesState.activeInstanceId); + console.log( + "Invoking start_game for version:", + this.selectedVersion, + "instance:", + instancesState.activeInstanceId, + ); try { const msg = await invoke("start_game", { instanceId: instancesState.activeInstanceId, -- cgit v1.2.3-70-g09d2