From a0a08f7724e64c05e3a6bec74071d2a0f74b8f7e Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 18 Dec 2020 23:00:27 +0100 Subject: [PATCH] Formatting implemented for @philipp ref #34 --- src/controllers/StatusController.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/controllers/StatusController.ts b/src/controllers/StatusController.ts index 08bf150..9f83c50 100644 --- a/src/controllers/StatusController.ts +++ b/src/controllers/StatusController.ts @@ -11,13 +11,12 @@ export class StatusController { let connection; try { connection = getConnection(); - } - catch { - throw new Error("sth is wrong, i can feel it....") + } catch { + throw new Error("sth is wrong, i can feel it...."); } return { "controllers": "✔", "database connection": "✔" - } + }; } } \ No newline at end of file