Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hopperelec committed Mar 26, 2024
1 parent 8aefd08 commit df1b3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Kickable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
tabindex="0"
type="button"
>
<slot/>
<slot />
</button>

<style>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/game/[gameId=id]/leaderboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
acc[player.id] = {
...player,
name: getDisplayName(player),
}
};
return acc;
},
{} as { [key: number]: LeaderboardPlayer },
Expand Down

0 comments on commit df1b3e9

Please sign in to comment.