Skip to content

Commit 03b9981

Browse files
committed
style(toast): fix linter error
1 parent f9ea2d8 commit 03b9981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ionic/components/toast/toast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class ToastCmp {
189189
if (this.d.duration) {
190190
this.dismissTimeout =
191191
setTimeout(() => {
192-
this.dismiss('backdrop')
192+
this.dismiss('backdrop');
193193
}, this.d.duration);
194194
}
195195
}

0 commit comments

Comments
 (0)