Skip to content

Commit 83a26eb

Browse files
authored
remove extra whitespace
1 parent c702990 commit 83a26eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-chips/testing/chip-harness.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('MatChipHarness', () => {
3636

3737
it('should be able to remove a mat-chip-row', async () => {
3838
const removeChipSpy = spyOn(fixture.componentInstance, 'removeChip');
39-
39+
4040
const harnesses = await loader.getAllHarnesses(MatChipHarness);
4141
await harnesses[4].remove();
4242

0 commit comments

Comments
 (0)