@@ -245,7 +245,7 @@ export function main() {
245
245
246
246
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
247
247
. createAsync ( MdInputOptionalAttributeController )
248
- . then ( ( fixture ) => {
248
+ . then ( fixture => {
249
249
fakeAsync ( ( ) => {
250
250
fixture . detectChanges ( ) ;
251
251
@@ -266,7 +266,7 @@ export function main() {
266
266
267
267
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
268
268
. createAsync ( MdInputOptionalAttributeController )
269
- . then ( ( fixture ) => {
269
+ . then ( fixture => {
270
270
fakeAsync ( ( ) => {
271
271
fixture . detectChanges ( ) ;
272
272
@@ -283,7 +283,7 @@ export function main() {
283
283
284
284
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
285
285
. createAsync ( MdInputOptionalAttributeController )
286
- . then ( ( fixture ) => {
286
+ . then ( fixture => {
287
287
fakeAsync ( ( ) => {
288
288
fixture . detectChanges ( ) ;
289
289
@@ -300,7 +300,7 @@ export function main() {
300
300
301
301
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
302
302
. createAsync ( MdInputOptionalAttributeController )
303
- . then ( ( fixture ) => {
303
+ . then ( fixture => {
304
304
fakeAsync ( ( ) => {
305
305
fixture . detectChanges ( ) ;
306
306
@@ -321,7 +321,7 @@ export function main() {
321
321
322
322
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
323
323
. createAsync ( MdInputOptionalAttributeController )
324
- . then ( ( fixture ) => {
324
+ . then ( fixture => {
325
325
fakeAsync ( ( ) => {
326
326
fixture . detectChanges ( ) ;
327
327
@@ -338,7 +338,7 @@ export function main() {
338
338
339
339
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
340
340
. createAsync ( MdInputOptionalAttributeController )
341
- . then ( ( fixture ) => {
341
+ . then ( fixture => {
342
342
fakeAsync ( ( ) => {
343
343
fixture . componentInstance . disabled = false ;
344
344
fixture . detectChanges ( ) ;
@@ -360,7 +360,7 @@ export function main() {
360
360
361
361
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
362
362
. createAsync ( MdInputOptionalAttributeController )
363
- . then ( ( fixture ) => {
363
+ . then ( fixture => {
364
364
fakeAsync ( ( ) => {
365
365
fixture . detectChanges ( ) ;
366
366
@@ -377,7 +377,7 @@ export function main() {
377
377
378
378
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
379
379
. createAsync ( MdInputOptionalAttributeController )
380
- . then ( ( fixture ) => {
380
+ . then ( fixture => {
381
381
fakeAsync ( ( ) => {
382
382
fixture . componentInstance . disabled = false ;
383
383
fixture . detectChanges ( ) ;
@@ -399,7 +399,7 @@ export function main() {
399
399
400
400
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
401
401
. createAsync ( MdInputOptionalAttributeController )
402
- . then ( ( fixture ) => {
402
+ . then ( fixture => {
403
403
fakeAsync ( ( ) => {
404
404
fixture . componentInstance . disabled = false ;
405
405
fixture . detectChanges ( ) ;
@@ -425,7 +425,7 @@ export function main() {
425
425
426
426
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
427
427
. createAsync ( MdInputOptionalAttributeController )
428
- . then ( ( fixture ) => {
428
+ . then ( fixture => {
429
429
fakeAsync ( ( ) => {
430
430
fixture . componentInstance . disabled = false ;
431
431
fixture . detectChanges ( ) ;
@@ -451,7 +451,7 @@ export function main() {
451
451
452
452
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
453
453
. createAsync ( MdInputOptionalAttributeController )
454
- . then ( ( fixture ) => {
454
+ . then ( fixture => {
455
455
fakeAsync ( ( ) => {
456
456
fixture . detectChanges ( ) ;
457
457
@@ -472,7 +472,7 @@ export function main() {
472
472
473
473
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
474
474
. createAsync ( MdInputOptionalAttributeController )
475
- . then ( ( fixture ) => {
475
+ . then ( fixture => {
476
476
fakeAsync ( ( ) => {
477
477
fixture . detectChanges ( ) ;
478
478
@@ -489,7 +489,7 @@ export function main() {
489
489
490
490
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
491
491
. createAsync ( MdInputOptionalAttributeController )
492
- . then ( ( fixture ) => {
492
+ . then ( fixture => {
493
493
fakeAsync ( ( ) => {
494
494
fixture . detectChanges ( ) ;
495
495
@@ -510,7 +510,7 @@ export function main() {
510
510
511
511
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
512
512
. createAsync ( MdInputOptionalAttributeController )
513
- . then ( ( fixture ) => {
513
+ . then ( fixture => {
514
514
fakeAsync ( ( ) => {
515
515
fixture . detectChanges ( ) ;
516
516
@@ -527,7 +527,7 @@ export function main() {
527
527
528
528
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
529
529
. createAsync ( MdInputOptionalAttributeController )
530
- . then ( ( fixture ) => {
530
+ . then ( fixture => {
531
531
fakeAsync ( ( ) => {
532
532
fixture . detectChanges ( ) ;
533
533
@@ -548,7 +548,7 @@ export function main() {
548
548
549
549
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
550
550
. createAsync ( MdInputOptionalAttributeController )
551
- . then ( ( fixture ) => {
551
+ . then ( fixture => {
552
552
fakeAsync ( ( ) => {
553
553
fixture . detectChanges ( ) ;
554
554
@@ -565,7 +565,7 @@ export function main() {
565
565
566
566
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
567
567
. createAsync ( MdInputOptionalAttributeController )
568
- . then ( ( fixture ) => {
568
+ . then ( fixture => {
569
569
fakeAsync ( ( ) => {
570
570
fixture . detectChanges ( ) ;
571
571
@@ -586,7 +586,7 @@ export function main() {
586
586
587
587
return builder . overrideTemplate ( MdInputOptionalAttributeController , template )
588
588
. createAsync ( MdInputOptionalAttributeController )
589
- . then ( ( fixture ) => {
589
+ . then ( fixture => {
590
590
fakeAsync ( ( ) => {
591
591
fixture . detectChanges ( ) ;
592
592
0 commit comments