diff --git a/src/app/room-creation/room-creation.component.ts b/src/app/room-creation/room-creation.component.ts
index 79b2071ef14b925b5635f0beedc6f0e900f4ad23..be4d0b99cbb70ff4de154ea8044aeb80fe2d4c82 100644
--- a/src/app/room-creation/room-creation.component.ts
+++ b/src/app/room-creation/room-creation.component.ts
@@ -8,9 +8,10 @@ import { Component, OnInit } from '@angular/core';
 export class RoomCreationComponent implements OnInit {
   longName: string;
   shortName: string;
-  constructor() { }
 
-  ngOnInit() {
+  constructor() {
   }
 
+  ngOnInit() {
+  }
 }