Skip to content

Commit 59534d9

Browse files
committed
fix linting errors
1 parent 9b25059 commit 59534d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

projects/swimlane/ngx-datatable/src/lib/directives/orderable.directive.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ import {
22
AfterContentInit,
33
ContentChildren,
44
Directive,
5+
DOCUMENT,
56
EventEmitter,
67
inject,
78
KeyValueChangeRecord,
89
KeyValueDiffer,
910
KeyValueDiffers,
1011
OnDestroy,
1112
Output,
12-
QueryList,
13-
DOCUMENT
13+
QueryList
1414
} from '@angular/core';
1515
import { DraggableDirective } from './draggable.directive';
1616

projects/swimlane/ngx-datatable/src/lib/services/scrollbar-helper.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { inject, Injectable, DOCUMENT } from '@angular/core';
1+
import { DOCUMENT, inject, Injectable } from '@angular/core';
22

33
/**
44
* Gets the width of the scrollbar. Nesc for windows

0 commit comments

Comments
 (0)