Fix another indention

This commit is contained in:
iiSaLMaN 2019-11-07 18:42:17 +03:00
parent 164cb66f6a
commit 8ed7bc3f53
1 changed files with 6 additions and 6 deletions

View File

@ -39,12 +39,12 @@ public void TestDecodeSkinColours(bool hasColours, bool canFallback = true)
if (hasColours)
{
expectedColors = new List<Color4>
{
new Color4(142, 199, 255, 255),
new Color4(255, 128, 128, 255),
new Color4(128, 255, 255, 255),
new Color4(100, 100, 100, 100),
};
{
new Color4(142, 199, 255, 255),
new Color4(255, 128, 128, 255),
new Color4(128, 255, 255, 255),
new Color4(100, 100, 100, 100),
};
}
else
{