File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ function createAlertController(options: DialogOptions & MDCAlertControlerOptions
174
174
options . view instanceof View
175
175
? options . view
176
176
: Builder . createViewFromEntry ( {
177
- moduleName : options . view as string
178
- } ) ;
177
+ moduleName : options . view as string
178
+ } ) ;
179
179
180
180
view . cssClasses . add ( CSSUtils . MODAL_ROOT_VIEW_CSS_CLASS ) ;
181
181
const modalRootViewCssClasses = CSSUtils . getSystemCssClasses ( ) ;
@@ -274,8 +274,8 @@ export function confirm(arg: any): Promise<boolean> {
274
274
} ;
275
275
const options = ! isDialogOptions ( arg )
276
276
? Object . assign ( defaultOptions , {
277
- message : arg + ''
278
- } )
277
+ message : arg + ''
278
+ } )
279
279
: Object . assign ( defaultOptions , arg ) ;
280
280
const alertController = createAlertController ( options , resolve ) ;
281
281
You can’t perform that action at this time.
0 commit comments