mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 19:22:54 +08:00
remove extra semi colons
This commit is contained in:
parent
374f8c5e22
commit
71a0616861
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Edit.Compose
|
||||
return false;
|
||||
default:
|
||||
return false;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
public void OnReleased(PlatformAction action)
|
||||
|
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Edit.Compose
|
||||
{
|
||||
builder.Append($"{clock.CurrentTime.ToEditorFormattedString()}{separator}");
|
||||
return builder.ToString();
|
||||
};
|
||||
}
|
||||
|
||||
builder.Append(editorBeatmap.SelectedHitObjects.First().StartTime.ToEditorFormattedString());
|
||||
builder.Append($" ({string.Join(',', composer.ConvertSelectionToString())}){separator}");
|
||||
|
Loading…
Reference in New Issue
Block a user