Skip to content

Commit e0f00ae

Browse files
committed
Code style
1 parent dd24009 commit e0f00ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/components/spinner/spinner.outlet.component.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe('SpinnerNgOutletComponent', () => {
2222
let fixture: ComponentFixture<SpinnerComponent>;
2323

2424
beforeEach(async(() => {
25-
2625
TestBed.configureTestingModule({
2726
declarations: [SpinnerComponent, SPINKIT_COMPONENTS],
2827
imports: [NgHttpLoaderServicesModule, HttpClientTestingModule]
@@ -33,7 +32,6 @@ describe('SpinnerNgOutletComponent', () => {
3332
}
3433
})
3534
.compileComponents();
36-
3735
}));
3836

3937
beforeEach(() => {

0 commit comments

Comments
 (0)