1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Code Formatting

This commit is contained in:
Leon Gebler 2020-10-27 15:09:10 +01:00
parent 064c50c3ac
commit 983a2774e8

View File

@ -37,7 +37,6 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
/// </summary>
public float CurrentZoom => currentZoom;
[Resolved(canBeNull: true)]
private IFrameBasedClock editorClock { get; set; }