From 8c6a8f88002ce70a26244fcb65f4702186c7d455 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 1 Mar 2021 18:17:06 -0800
Subject: [PATCH] Stray space

---
 src/endWeek/saLongTermPhysicalEffects.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saLongTermPhysicalEffects.js b/src/endWeek/saLongTermPhysicalEffects.js
index d5855880450..2bbef115bf6 100644
--- a/src/endWeek/saLongTermPhysicalEffects.js
+++ b/src/endWeek/saLongTermPhysicalEffects.js
@@ -154,7 +154,7 @@ App.SlaveAssignment.longTermPhysicalEffects = (function() {
 				r.push(`${He} lost the last of ${his} baby teeth this week.`);
 				if (slave.race === "catgirl") {
 					slave.teeth = "fangs";
-					r.push (`${His} baby teeth have fully grown into a pretty but intimidatingly sharp set of feline fangs.`);
+					r.push(`${His} baby teeth have fully grown into a pretty but intimidatingly sharp set of feline fangs.`);
 				} else {
 					const crookedTeethGen = ((faceValue + 100) / 10);
 					if (random(0, crookedTeethGen) < 5) {
-- 
GitLab