@@ -289,7 +289,7 @@ export function main() {
289
289
290
290
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
291
291
. createAsync ( MdInputOptionalAttributeController )
292
- . then ( ( fixture ) => {
292
+ . then ( fixture => {
293
293
fakeAsync ( ( ) => {
294
294
fixture . detectChanges ( ) ;
295
295
@@ -310,7 +310,7 @@ export function main() {
310
310
311
311
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
312
312
. createAsync ( MdInputOptionalAttributeController )
313
- . then ( ( fixture ) => {
313
+ . then ( fixture => {
314
314
fakeAsync ( ( ) => {
315
315
fixture . detectChanges ( ) ;
316
316
@@ -327,7 +327,7 @@ export function main() {
327
327
328
328
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
329
329
. createAsync ( MdInputOptionalAttributeController )
330
- . then ( ( fixture ) => {
330
+ . then ( fixture => {
331
331
fakeAsync ( ( ) => {
332
332
fixture . detectChanges ( ) ;
333
333
@@ -344,7 +344,7 @@ export function main() {
344
344
345
345
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
346
346
. createAsync ( MdInputOptionalAttributeController )
347
- . then ( ( fixture ) => {
347
+ . then ( fixture => {
348
348
fakeAsync ( ( ) => {
349
349
fixture . detectChanges ( ) ;
350
350
@@ -365,7 +365,7 @@ export function main() {
365
365
366
366
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
367
367
. createAsync ( MdInputOptionalAttributeController )
368
- . then ( ( fixture ) => {
368
+ . then ( fixture => {
369
369
fakeAsync ( ( ) => {
370
370
fixture . detectChanges ( ) ;
371
371
@@ -382,7 +382,7 @@ export function main() {
382
382
383
383
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
384
384
. createAsync ( MdInputOptionalAttributeController )
385
- . then ( ( fixture ) => {
385
+ . then ( fixture => {
386
386
fakeAsync ( ( ) => {
387
387
fixture . componentInstance . disabled = false ;
388
388
fixture . detectChanges ( ) ;
@@ -404,7 +404,7 @@ export function main() {
404
404
405
405
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
406
406
. createAsync ( MdInputOptionalAttributeController )
407
- . then ( ( fixture ) => {
407
+ . then ( fixture => {
408
408
fakeAsync ( ( ) => {
409
409
fixture . detectChanges ( ) ;
410
410
@@ -421,7 +421,7 @@ export function main() {
421
421
422
422
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
423
423
. createAsync ( MdInputOptionalAttributeController )
424
- . then ( ( fixture ) => {
424
+ . then ( fixture => {
425
425
fakeAsync ( ( ) => {
426
426
fixture . componentInstance . disabled = false ;
427
427
fixture . detectChanges ( ) ;
@@ -443,7 +443,7 @@ export function main() {
443
443
444
444
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
445
445
. createAsync ( MdInputOptionalAttributeController )
446
- . then ( ( fixture ) => {
446
+ . then ( fixture => {
447
447
fakeAsync ( ( ) => {
448
448
fixture . componentInstance . disabled = false ;
449
449
fixture . detectChanges ( ) ;
@@ -469,7 +469,7 @@ export function main() {
469
469
470
470
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
471
471
. createAsync ( MdInputOptionalAttributeController )
472
- . then ( ( fixture ) => {
472
+ . then ( fixture => {
473
473
fakeAsync ( ( ) => {
474
474
fixture . componentInstance . disabled = false ;
475
475
fixture . detectChanges ( ) ;
@@ -495,7 +495,7 @@ export function main() {
495
495
496
496
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
497
497
. createAsync ( MdInputOptionalAttributeController )
498
- . then ( ( fixture ) => {
498
+ . then ( fixture => {
499
499
fakeAsync ( ( ) => {
500
500
fixture . detectChanges ( ) ;
501
501
@@ -516,7 +516,7 @@ export function main() {
516
516
517
517
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
518
518
. createAsync ( MdInputOptionalAttributeController )
519
- . then ( ( fixture ) => {
519
+ . then ( fixture => {
520
520
fakeAsync ( ( ) => {
521
521
fixture . detectChanges ( ) ;
522
522
@@ -533,7 +533,7 @@ export function main() {
533
533
534
534
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
535
535
. createAsync ( MdInputOptionalAttributeController )
536
- . then ( ( fixture ) => {
536
+ . then ( fixture => {
537
537
fakeAsync ( ( ) => {
538
538
fixture . detectChanges ( ) ;
539
539
@@ -554,7 +554,7 @@ export function main() {
554
554
555
555
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
556
556
. createAsync ( MdInputOptionalAttributeController )
557
- . then ( ( fixture ) => {
557
+ . then ( fixture => {
558
558
fakeAsync ( ( ) => {
559
559
fixture . detectChanges ( ) ;
560
560
@@ -571,7 +571,7 @@ export function main() {
571
571
572
572
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
573
573
. createAsync ( MdInputOptionalAttributeController )
574
- . then ( ( fixture ) => {
574
+ . then ( fixture => {
575
575
fakeAsync ( ( ) => {
576
576
fixture . detectChanges ( ) ;
577
577
@@ -592,7 +592,7 @@ export function main() {
592
592
593
593
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
594
594
. createAsync ( MdInputOptionalAttributeController )
595
- . then ( ( fixture ) => {
595
+ . then ( fixture => {
596
596
fakeAsync ( ( ) => {
597
597
fixture . detectChanges ( ) ;
598
598
@@ -609,7 +609,7 @@ export function main() {
609
609
610
610
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
611
611
. createAsync ( MdInputOptionalAttributeController )
612
- . then ( ( fixture ) => {
612
+ . then ( fixture => {
613
613
fakeAsync ( ( ) => {
614
614
fixture . detectChanges ( ) ;
615
615
@@ -630,7 +630,7 @@ export function main() {
630
630
631
631
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
632
632
. createAsync ( MdInputOptionalAttributeController )
633
- . then ( ( fixture ) => {
633
+ . then ( fixture => {
634
634
fakeAsync ( ( ) => {
635
635
fixture . detectChanges ( ) ;
636
636
0 commit comments