mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Style changes (removing newline from before second constructor parameter)
This commit is contained in:
@ -60,8 +60,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
FillMode = FillMode.Fill,
|
||||
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
|
||||
},
|
||||
300)
|
||||
}, 300)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
});
|
||||
|
Reference in New Issue
Block a user