Skip to content

Commit 133701f

Browse files
author
Andrea Barbasso
committed
[DSC-2858] fix lint
1 parent cb2f7ae commit 133701f

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

src/app/cris-layout/cris-layout-matrix/cris-layout-box-container/boxes/metadata/rendering-types/attachment/attachment.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import { BitstreamDataService } from '../../../../../../../core/data/bitstream-d
2323
import { AuthorizationDataService } from '../../../../../../../core/data/feature-authorization/authorization-data.service';
2424
import { RemoteData } from '../../../../../../../core/data/remote-data';
2525
import { LayoutField } from '../../../../../../../core/layout/models/box.model';
26+
import { LocaleService } from '../../../../../../../core/locale/locale.service';
2627
import { Bitstream } from '../../../../../../../core/shared/bitstream.model';
2728
import { Item } from '../../../../../../../core/shared/item.model';
2829
import { ThemedFileDownloadLinkComponent } from '../../../../../../../shared/file-download-link/themed-file-download-link.component';
@@ -33,7 +34,6 @@ import { createPaginatedList } from '../../../../../../../shared/testing/utils.t
3334
import { TruncatableComponent } from '../../../../../../../shared/truncatable/truncatable.component';
3435
import { TruncatablePartComponent } from '../../../../../../../shared/truncatable/truncatable-part/truncatable-part.component';
3536
import { FileSizePipe } from '../../../../../../../shared/utils/file-size-pipe';
36-
import { LocaleService } from '../../../../../../../core/locale/locale.service';
3737
import { FieldRenderingType } from '../field-rendering-type';
3838
import { AttachmentComponent } from './attachment.component';
3939

src/app/lucky-search/search/lucky-search.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
BitstreamDataService,
2525
MetadataFilter,
2626
} from '../../core/data/bitstream-data.service';
27+
import { LocaleService } from '../../core/locale/locale.service';
2728
import { HardRedirectService } from '../../core/services/hard-redirect.service';
2829
import { Bitstream } from '../../core/shared/bitstream.model';
2930
import { DSpaceObject } from '../../core/shared/dspace-object.model';
@@ -51,7 +52,6 @@ import { createPaginatedList } from '../../shared/testing/utils.test';
5152
import { TruncatableComponent } from '../../shared/truncatable/truncatable.component';
5253
import { TruncatablePartComponent } from '../../shared/truncatable/truncatable-part/truncatable-part.component';
5354
import { FileSizePipe } from '../../shared/utils/file-size-pipe';
54-
import { LocaleService } from '../../core/locale/locale.service';
5555
import { LuckySearchService } from '../lucky-search.service';
5656
import { LuckySearchComponent } from './lucky-search.component';
5757

src/app/process-page/overview/table/process-overview-table.component.spec.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ import {
66
} from '@angular/core/testing';
77
import { By } from '@angular/platform-browser';
88
import { RouterTestingModule } from '@angular/router/testing';
9-
import { NgbCollapseModule, NgbModal } from '@ng-bootstrap/ng-bootstrap';
9+
import {
10+
NgbCollapseModule,
11+
NgbModal,
12+
} from '@ng-bootstrap/ng-bootstrap';
1013
import {
1114
TranslateModule,
1215
TranslateService,

src/app/statistics-page/cris-statistics-page/cris-statistics-page.component.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ import {
99
import { By } from '@angular/platform-browser';
1010
import { ActivatedRoute } from '@angular/router';
1111
import { RouterTestingModule } from '@angular/router/testing';
12-
import { provideMockStore } from '@ngrx/store/testing';
13-
import {
14-
TranslateLoader,
15-
TranslateModule,
16-
} from '@ngx-translate/core';
1712
import {
1813
NgbNav,
1914
NgbNavContent,
2015
NgbNavItem,
2116
NgbNavLink,
2217
NgbNavModule,
2318
} from '@ng-bootstrap/ng-bootstrap';
19+
import { provideMockStore } from '@ngrx/store/testing';
20+
import {
21+
TranslateLoader,
22+
TranslateModule,
23+
} from '@ngx-translate/core';
2424
import { of } from 'rxjs';
2525

2626
import { AuthService } from '../../core/auth/auth.service';

0 commit comments

Comments
 (0)