Skip to content

Commit

Permalink
chore: apply changes after linting [tinkoff-bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkoff-bot committed Dec 12, 2022
1 parent b85070c commit de83de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/cdk/services/resize.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {ElementRef, Inject, Injectable, NgZone, Self} from '@angular/core';
import {ANIMATION_FRAME} from '@ng-web-apis/common';
import {
RESIZE_OBSERVER_SUPPORT,
RESIZE_OPTION_BOX,
Expand All @@ -19,7 +20,6 @@ import {
} from 'rxjs/operators';

import {TuiDestroyService} from './destroy.service';
import {ANIMATION_FRAME} from '@ng-web-apis/common';

@Injectable()
export class TuiResizeService extends ResizeObserverService {
Expand Down

0 comments on commit de83de8

Please sign in to comment.