Skip to content

Commit e6c0aa2

Browse files
committed
style: indent using tabs
Tab-width = 2 spaces
1 parent bbb4eee commit e6c0aa2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

nativescript-core/ui/dialogs/dialogs.ios.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ export function confirm(arg: any): Promise<boolean> {
114114
try {
115115
let options = !isDialogOptions(arg)
116116
? {
117-
title: CONFIRM,
118-
okButtonText: OK,
119-
cancelButtonText: CANCEL,
120-
message: arg + "",
121-
}
117+
title: CONFIRM,
118+
okButtonText: OK,
119+
cancelButtonText: CANCEL,
120+
message: arg + "",
121+
}
122122
: arg;
123123
let alertController = UIAlertController.alertControllerWithTitleMessagePreferredStyle(
124124
options.title,

0 commit comments

Comments
 (0)