Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 5, 2024
1 parent d8b2dc6 commit 18059c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ describe('CsvHelpDialogComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [CsvHelpDialogComponent],
providers: [
{ provide: MatDialogRef, useValue: {} },
]
providers: [{ provide: MatDialogRef, useValue: {} }],
}).compileComponents();

fixture = TestBed.createComponent(CsvHelpDialogComponent);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ describe('ScenarioSolutionHelpDialogComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ScenarioSolutionHelpDialogComponent],
providers: [
{ provide: MatDialogRef, useValue: {} },
]
providers: [{ provide: MatDialogRef, useValue: {} }],
}).compileComponents();

fixture = TestBed.createComponent(ScenarioSolutionHelpDialogComponent);
Expand Down

0 comments on commit 18059c3

Please sign in to comment.