1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Fix whitespace issues

This commit is contained in:
Dean Herbert 2020-11-18 19:47:35 +09:00
parent b3bec81b79
commit 191b95810c

View File

@ -24,10 +24,10 @@ namespace osu.Game.Rulesets.Mania.Tests.Skinning
if (hitWindows.IsHitResultAllowed(result))
{
AddStep("Show " + result.GetDescription(), () => SetContents(() =>
new DrawableManiaJudgement(new JudgementResult(new HitObject
new DrawableManiaJudgement(new JudgementResult(new HitObject { StartTime = Time.Current }, new Judgement())
{
StartTime = Time.Current
}, new Judgement()) { Type = result }, null)
Type = result
}, null)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,