Reformat code

This commit is contained in:
Toast 2025-02-04 14:17:19 +01:00
parent 4b10d3d056
commit 093180f5b2
17 changed files with 101 additions and 104 deletions

View file

@ -1,6 +1,6 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import {ComponentFixture, TestBed} from '@angular/core/testing';
import { ShowsComponent } from './shows.component';
import {ShowsComponent} from './shows.component';
describe('ShowsComponent', () => {
let component: ShowsComponent;
@ -10,7 +10,7 @@ describe('ShowsComponent', () => {
await TestBed.configureTestingModule({
imports: [ShowsComponent]
})
.compileComponents();
.compileComponents();
fixture = TestBed.createComponent(ShowsComponent);
component = fixture.componentInstance;