Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Somya Bansal committed Jul 28, 2023
1 parent 7d4f50f commit e41d218
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ describe('CartesianGridConfigComponent', () => {

beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ CartesianGridConfigComponent ]
})
.compileComponents();
declarations: [CartesianGridConfigComponent],
}).compileComponents();

fixture = TestBed.createComponent(CartesianGridConfigComponent);
component = fixture.componentInstance;
Expand Down

0 comments on commit e41d218

Please sign in to comment.