From 34cebd204c434d0c32fbc6b95b6efdaea8b8ca54 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 21:46:48 +0000 Subject: [PATCH] Codechange: formatting --- main.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nut b/main.nut index 8e7eb96..a280c75 100644 --- a/main.nut +++ b/main.nut @@ -15,7 +15,7 @@ function FMainClass::Start() foreach (industry,_ in prod_inds) { GSLog.Info("Produces " + label + " @ " + GSIndustry.GetName(industry)); } - foreach (industry,_ in accept_inds) { + foreach (industry,_ in accept_inds) { GSLog.Info("Accepts " + label + " @ " + GSIndustry.GetName(industry)); } } else if (GSCargo.GetTownEffect(cid) != GSCargo.TE_NONE) {