Skip to content
Snippets Groups Projects
Commit eab26b6d authored by David Noah Donges's avatar David Noah Donges
Browse files

Format code

parent 141ad257
No related merge requests found
......@@ -8,9 +8,10 @@ import { Component, OnInit } from '@angular/core';
export class RoomCreationComponent implements OnInit {
longName: string;
shortName: string;
constructor() { }
ngOnInit() {
constructor() {
}
ngOnInit() {
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment