1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:02:54 +08:00

Fix formatting

This commit is contained in:
Bartłomiej Dach 2023-11-10 17:54:48 +09:00
parent 7fc2050f72
commit d0f1326a63
No known key found for this signature in database

View File

@ -125,7 +125,9 @@ namespace osu.Game.Tests.Visual.Online
Masking = true,
EdgeEffect = new EdgeEffectParameters
{
Type = EdgeEffectType.Shadow, Radius = 1, Colour = Color4.Black.Opacity(0.2f),
Type = EdgeEffectType.Shadow,
Radius = 1,
Colour = Color4.Black.Opacity(0.2f),
},
};
}