Auto-formatted every file to keep everything consistent.

This commit is contained in:
Tom
2025-03-18 14:03:07 +00:00
parent 74b282ccfd
commit 9201f9b6c5
91 changed files with 14891 additions and 14767 deletions

View File

@ -10,7 +10,7 @@ describe('GroupListComponent', () => {
await TestBed.configureTestingModule({
imports: [GroupListComponent]
})
.compileComponents();
.compileComponents();
fixture = TestBed.createComponent(GroupListComponent);
component = fixture.componentInstance;