diff --git a/src/events/intro/acquisition.js b/src/events/intro/acquisition.js
index 0f7335a24ebf197da3a0e4a88af69ed40053eaf6..ae3caef2448fc7ae5e6b645d10bd93b71c679227 100644
--- a/src/events/intro/acquisition.js
+++ b/src/events/intro/acquisition.js
@@ -162,7 +162,7 @@ App.Intro.acquisition = function() {
 				newSlave(slave);
 				App.Utils.setLocalPronouns(slave);
 
-				r.push (slave.slaveName);
+				r.push(slave.slaveName);
 				if (slave.fetish === "mindbroken") {
 					r.push(`is, sadly, not mentally competent, and is wandering through the penthouse at the moment.`);
 				} else if (isAmputee(slave)) {