Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Feb 27, 2025
1 parent 48df65c commit 4d549ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/src/components/select/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,12 @@
</ion-item>

<ion-item>
<ion-select id="action-sheet-select-scroll-to-selected" label="Action Sheet" interface="action-sheet" value="watermelon">
<ion-select
id="action-sheet-select-scroll-to-selected"
label="Action Sheet"
interface="action-sheet"
value="watermelon"
>
<ion-select-option value="apple">Apple</ion-select-option>
<ion-select-option value="apricot">Apricot</ion-select-option>
<ion-select-option value="avocado">Avocado</ion-select-option>
Expand Down

0 comments on commit 4d549ea

Please sign in to comment.