mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 18:59:13 +02:00
formated and linted
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
export class Event {
|
||||
constructor(
|
||||
public name: string,
|
||||
@@ -11,4 +10,4 @@ export class Event {
|
||||
public rooms: string,
|
||||
public notes: string,
|
||||
) {}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user