Skip to content

Commit 906f888

Browse files
Fix Prettier lol
1 parent 7cb1f7b commit 906f888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/GHBadge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
type Props = {
2626
type: PropsObj["type"];
2727
status: PropsObj["status"];
28-
}
28+
};
2929
3030
let { type, status }: Props = $props();
3131

0 commit comments

Comments
 (0)