Blacked and isorted the python files

Prettied and eslinted the typescript/html files
This commit is contained in:
2020-10-11 10:56:29 +05:30
parent b31db593c2
commit d677cfb1ea
505 changed files with 7559 additions and 5649 deletions
@@ -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],
});
});