From 67f3c8003ccb3e3e636d73ba14a1b68486aa4927 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 16 Jul 2020 14:12:52 -0700
Subject: [PATCH] fix stray indent

---
 src/uncategorized/neighborsFSAdoption.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw
index 5f83942e29c..f22bebeccb0 100644
--- a/src/uncategorized/neighborsFSAdoption.tw
+++ b/src/uncategorized/neighborsFSAdoption.tw
@@ -39,7 +39,7 @@ societal development.
 	<<case "Racial Supremacism">>
 		<<if $arcologies[$i].FSSupremacist != "unset">><<set $arcologies[$i].FSSupremacist = "unset">><</if>>
 		$desc preoccupied by a racial animus towards $arcologies[0].FSSupremacistRace people, leaving the arcology to @@.yellow;adopt $arcologies[0].FSSupremacistRace Subjugation.@@
-			<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
+		<<set $arcologies[$i].FSSubjugationist = 5>><<set _adopted = 1>>
 		<<set $arcologies[$i].FSSubjugationistRace = $arcologies[0].FSSupremacistRace>>
 	<<case "Repopulation Focus">>
 		<<if $arcologies[$i].FSRepopulationFocus != "unset">><<set $arcologies[$i].FSRepopulationFocus = "unset">><</if>>
-- 
GitLab