1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:42:57 +08:00

Remove stray space

This commit is contained in:
Dean Herbert 2020-04-27 08:36:48 +09:00
parent 743b4f05b3
commit 75c588c59d

View File

@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Taiko.Tests.Skinning
[BackgroundDependencyLoader]
private void load()
{
AddStep("Bar line ", () => SetContents(() =>
AddStep("Bar line", () => SetContents(() =>
{
ScrollingHitObjectContainer hoc;