Blacked and isorted the python files
Prettied and eslinted the typescript/html files
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import {inject, TestBed} from '@angular/core/testing';
|
||||
import { inject, TestBed } from '@angular/core/testing';
|
||||
|
||||
import {SectionListResolver} from './section-list-resolver.service';
|
||||
import { SectionListResolver } from './section-list-resolver.service';
|
||||
|
||||
describe('SectionListResolverService', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [SectionListResolver]
|
||||
providers: [SectionListResolver],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user