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 7560 additions and 5650 deletions

View File

@ -1,6 +1,6 @@
import {async, ComponentFixture, TestBed} from '@angular/core/testing';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import {BillSettlementReportComponent} from './bill-settlement-report.component';
import { BillSettlementReportComponent } from './bill-settlement-report.component';
describe('BillSettlementReportComponent', () => {
let component: BillSettlementReportComponent;
@ -8,9 +8,8 @@ describe('BillSettlementReportComponent', () => {
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [BillSettlementReportComponent]
})
.compileComponents();
declarations: [BillSettlementReportComponent],
}).compileComponents();
}));
beforeEach(() => {