Skip to content

Commit

Permalink
chore: prettier fix of formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncrockett committed Oct 24, 2023
1 parent 0c82d41 commit 6275986
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,7 @@
<!-- A11y attributes are not allowed on <label> -->
<!-- FIXME: resolve a11y warnings -->
<!-- svelte-ignore a11y-no-static-element-interactions -->
<div
class="app-rail-wrapper {classesWrapper}"
tabindex="0"
role="button"
on:keydown={onKeyDown}
on:keyup
on:keypress>
<div class="app-rail-wrapper {classesWrapper}" tabindex="0" role="button" on:keydown={onKeyDown} on:keyup on:keypress>
<!-- NOTE: Don't use `hidden` as it prevents `required` from operating -->
<div class="h-0 w-0 overflow-hidden">
<input bind:this={elemInput} type="radio" bind:group {name} {value} {...prunedRestProps()} tabindex="-1" on:click on:change />
Expand Down

0 comments on commit 6275986

Please sign in to comment.