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

Fix formatting

This commit is contained in:
Dean Herbert 2018-05-26 12:38:33 +09:00
parent 8a5cd85ecd
commit 8b2a6b8cce

View File

@ -38,8 +38,8 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
Duration = endTime.Duration,
NewCombo = comboData?.NewCombo ?? false
};
}
yield break;
}