From caab3c0fa00e3db91736e391b04facae26dfffed Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 1 Mar 2021 18:17:59 -0800 Subject: [PATCH] stray space --- src/events/intro/acquisition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/intro/acquisition.js b/src/events/intro/acquisition.js index 0f7335a24eb..ae3caef2448 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)) { -- GitLab