Skip to content

Commit eabaf8d

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-1817 lint fix
1 parent da40298 commit eabaf8d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
import { ComponentFixture, TestBed } from '@angular/core/testing';
1+
import {
2+
ComponentFixture,
3+
TestBed,
4+
} from '@angular/core/testing';
25
import { TranslateModule } from '@ngx-translate/core';
6+
37
import { CcLicenseLargeComponent } from './cc-license-large.component';
48

59
describe('CcLicenseLargeComponent', () => {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
import { ComponentFixture, TestBed } from '@angular/core/testing';
1+
import {
2+
ComponentFixture,
3+
TestBed,
4+
} from '@angular/core/testing';
25
import { TranslateModule } from '@ngx-translate/core';
6+
37
import { CcLicenseSmallComponent } from './cc-license-small.component';
48

59
describe('CcLicenseSmallComponent', () => {

0 commit comments

Comments
 (0)