From eab26b6d7205121be213710686395880c7c1d426 Mon Sep 17 00:00:00 2001 From: David Donges <david.donges@mni.thm.de> Date: Wed, 7 Mar 2018 12:14:15 +0100 Subject: [PATCH] Format code --- src/app/room-creation/room-creation.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/room-creation/room-creation.component.ts b/src/app/room-creation/room-creation.component.ts index 79b2071ef..be4d0b99c 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() { + } } -- GitLab