diff --git a/src/endWeek/saLongTermPhysicalEffects.js b/src/endWeek/saLongTermPhysicalEffects.js
index d58558804509e6ab78d10ce7f9cebeb6e8c4b42c..2bbef115bf6c8360c2dcb4388e8ecda10dd9ff64 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) {