Skip to content

Commit d71d7f4

Browse files
committed
style: lint
1 parent b9d8cb9 commit d71d7f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/angular/common/src/directives/control-value-accessors/value-accessor.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ export class ValueAccessor implements ControlValueAccessor, AfterViewInit, OnDes
5353
this.onTouched();
5454
setIonicClasses(this.elementRef);
5555

56-
// When ion-radio is blurred, el and this.elementRef.nativeElement are
57-
// different so we need to check if the closest ion-radio-group is the same
58-
// as this.elementRef.nativeElement and if so, we need to mark the radio group
59-
// as touched
56+
// When ion-radio is blurred, el and this.elementRef.nativeElement are
57+
// different so we need to check if the closest ion-radio-group is the same
58+
// as this.elementRef.nativeElement and if so, we need to mark the radio group
59+
// as touched
6060
} else if (el.closest('ion-radio-group') === this.elementRef.nativeElement) {
6161
this.onTouched();
6262
}

0 commit comments

Comments
 (0)