Skip to content

Commit d9e026d

Browse files
Trying to fix lint error
1 parent 69c5b4e commit d9e026d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/src/components/toast/test/shape/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727

2828
<ion-content class="ion-padding" id="content">
2929
(Only available for ionic theme)
30-
<button
31-
class="expand"
32-
id="default-toast"
33-
onclick="openToast({ message: 'Hello, world!', duration: 2000 })"
34-
>
30+
<button class="expand" id="default-toast" onclick="openToast({ message: 'Hello, world!', duration: 2000 })">
3531
Default Toast
3632
</button>
3733

0 commit comments

Comments
 (0)