Skip to content

Commit dc93619

Browse files
committed
chore: lint
1 parent 075ffa9 commit dc93619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialogs/dialogs.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export function confirm(arg: any): Promise<boolean> {
355355
defaultOptions,
356356
!isDialogOptions(arg)
357357
? {
358-
message: arg + ''
358+
message: arg + ''
359359
}
360360
: arg
361361
);

0 commit comments

Comments
 (0)