Skip to content

Commit c908f35

Browse files
committed
More format undoing.
1 parent c9424f0 commit c908f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cdk/a11y/focus-monitor/focus-monitor.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@ export class CdkMonitorFocus implements OnDestroy {
530530

531531
constructor(private _elementRef: ElementRef<HTMLElement>, private _focusMonitor: FocusMonitor) {
532532
this._monitorSubscription = this._focusMonitor.monitor(
533-
this._elementRef,
534-
this._elementRef.nativeElement.hasAttribute('cdkMonitorSubtreeFocus'))
535-
.subscribe(origin => this.cdkFocusChange.emit(origin));
533+
this._elementRef,
534+
this._elementRef.nativeElement.hasAttribute('cdkMonitorSubtreeFocus'))
535+
.subscribe(origin => this.cdkFocusChange.emit(origin));
536536
}
537537

538538
ngOnDestroy() {

0 commit comments

Comments
 (0)