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 {ModifierService} from './modifier.service';
|
||||
import { ModifierService } from './modifier.service';
|
||||
|
||||
describe('ModifierService', () => {
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [ModifierService]
|
||||
providers: [ModifierService],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user