Skip to content

Commit 76c684c

Browse files
committed
indentation
1 parent e692b66 commit 76c684c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

[Source]/SigmaBinary/ArchiveFixer.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ namespace Configuration
1616
public class ArchivesFixer : MonoBehaviour
1717
{
1818
void Update()
19-
{
20-
foreach (RDPlanetListItemContainer planetItem in Resources.FindObjectsOfTypeAll<RDPlanetListItemContainer>())
19+
{
20+
foreach (RDPlanetListItemContainer planetItem in Resources.FindObjectsOfTypeAll<RDPlanetListItemContainer>())
2121
{
2222
if (SigmaBinaryLoader.ArchivesFixerList.Contains(planetItem.label_planetName.text))
23-
{
24-
planetItem.gameObject.SetActive(false);
25-
}
23+
{
24+
planetItem.gameObject.SetActive(false);
25+
}
2626
}
27-
}
27+
}
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)