From dfd797e4a4ffb06e4ff081494348ed40a60b5612 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 31 Aug 2020 12:58:45 -0700
Subject: [PATCH] bad space fix

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

diff --git a/src/endWeek/saGuardYou.js b/src/endWeek/saGuardYou.js
index 06f611e780f..8de6917f25c 100644
--- a/src/endWeek/saGuardYou.js
+++ b/src/endWeek/saGuardYou.js
@@ -244,7 +244,7 @@ App.SlaveAssignment.guardYou = (function() {
 		slave.trust += 4;
 
 		if (V.dojo > 1) {
-			r.push(`${He} <span class="hotpink">appreciates</span>how special it is that ${he} has a nice room off the armory to rest in. ${He} can finally <span class="green">rest easy</span> while still keeping tabs on your safety.`);
+			r.push(`${He} <span class="hotpink">appreciates</span> how special it is that ${he} has a nice room off the armory to rest in. ${He} can finally <span class="green">rest easy</span> while still keeping tabs on your safety.`);
 			slave.devotion += 1;
 		} else {
 			r.push(`Between protecting you, training, and keeping vigil while you sleep, ${he} lives a <span class="red">very tiring</span> life.`);
-- 
GitLab