refactor: add space between Component and class

This commit is contained in:
2024-05-26 23:42:09 +03:00
parent a1c6e2fa35
commit 2642a00565
5 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,7 @@ import {LoadingIndicatorComponent} from "@component/common/loading-indicator/loa
templateUrl: './lecture-hall.component.html',
styleUrl: './lecture-hall.component.css'
})
export class LectureHallComponent {
protected campusId: number | null = null;
protected chipLecture: FormControl = new FormControl();