1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 04:19:53 +08:00

Fix another indention

This commit is contained in:
iiSaLMaN
2019-11-07 18:42:17 +03:00
Unverified
parent 164cb66f6a
commit 8ed7bc3f53
@@ -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
{