From 751a9ef3a12c952fe179f256d854d0c4aa37e28e Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Wed, 4 Oct 2017 22:49:07 +0200 Subject: Apply prettier to codebase --- src/util/room-types.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/util/room-types.js') diff --git a/src/util/room-types.js b/src/util/room-types.js index ec0c4473..5cfe3887 100644 --- a/src/util/room-types.js +++ b/src/util/room-types.js @@ -1,7 +1,7 @@ export const ROOM_TYPE_TO_NAME_MAP = { - "SERVER": "Server room", - "HALLWAY": "Hallway", - "OFFICE": "Office", - "POWER": "Power room", - "COOLING": "Cooling room", + SERVER: "Server room", + HALLWAY: "Hallway", + OFFICE: "Office", + POWER: "Power room", + COOLING: "Cooling room" }; -- cgit v1.2.3