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;
}