From 1988dde457f62c31e30d56bfcf575d08f0400c81 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 7 Jun 2020 14:59:02 -0700
Subject: [PATCH] spaces

---
 src/descriptions/arcologyDescription.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js
index 2de7bbf7b1e..30cb6d83f4d 100644
--- a/src/descriptions/arcologyDescription.js
+++ b/src/descriptions/arcologyDescription.js
@@ -569,7 +569,7 @@ App.Desc.playerArcology = function(lastElement) {
 		// we have to reuse the variable because of scoping
 		openDiv = App.UI.DOM.makeElement("div", d60, "indent");
 		if (V.arcologyUpgrade.drones === 1) {
-			openDiv.append(`A security drone occasionally flies across the open space.`);
+			openDiv.append(` A security drone occasionally flies across the open space.`);
 		}
 	} else if (V.arcologyUpgrade.drones === 1) {
 		openDiv.append(` The central plaza is a large atrium; a security drone occasionally flies across the open space.`);
@@ -582,7 +582,7 @@ App.Desc.playerArcology = function(lastElement) {
 
 		let buffer = [];
 
-		buffer.push(`There are numerous slaves stationed down on the plaza to greet visitors.`);
+		buffer.push(` There are numerous slaves stationed down on the plaza to greet visitors.`);
 		if (A.FSSlaveProfessionalismDecoration >= 80) {
 			buffer.push(`They're intelligent and articulate.`);
 		}
-- 
GitLab