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