Skip to content

Commit 0ad52ab

Browse files
committed
[editor] formatting
1 parent d44f4b8 commit 0ad52ab

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/lib/components/LauncherInfoBox.svelte

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
playEnterSound: () => void;
1111
};
1212
13-
let {
14-
bootstrapState,
15-
isOpen,
16-
onClose,
17-
playEnterSound
18-
}: Props = $props();
13+
let { bootstrapState, isOpen, onClose, playEnterSound }: Props = $props();
1914
2015
let bloodborne = $derived(bootstrapState?.config.games.bloodborne ?? null);
2116
let title = $derived(bloodborne?.title || 'Bloodborne');

0 commit comments

Comments
 (0)