Reformatting

This commit is contained in:
Patrick Müller 2021-09-30 13:26:06 +02:00
parent 1ce1f1875a
commit 7a2f03c241
4 changed files with 54 additions and 53 deletions

View File

@ -7,7 +7,8 @@ import { Component, OnInit } from '@angular/core';
})
export class EventDetailComponent implements OnInit {
constructor() { }
constructor() {
}
ngOnInit(): void {
}