Skip to content

Commit 5dac962

Browse files
style update in form.spec.ts
Update packages/angular/test/base/e2e/src/lazy/form.spec.ts to remoe whitespace and indentation Co-authored-by: Shane <shane@shanessite.net>
1 parent 974ed1a commit 5dac962

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/angular/test/base/e2e/src/lazy/form.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ test.describe('Form', () => {
282282

283283
await expect(control).toHaveClass(/ng-invalid/);
284284
});
285-
286-
});
285+
});
287286

288287
// Helper functions
289288
async function testStatus(page: any, status: string) {

0 commit comments

Comments
 (0)