1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Fix another indention

This commit is contained in:
iiSaLMaN 2019-11-07 18:42:17 +03:00
parent 164cb66f6a
commit 8ed7bc3f53

View File

@ -39,12 +39,12 @@ namespace osu.Game.Tests.Skins
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
{