1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +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> /// </summary>
public float CurrentZoom => currentZoom; public float CurrentZoom => currentZoom;
[Resolved(canBeNull: true)] [Resolved(canBeNull: true)]
private IFrameBasedClock editorClock { get; set; } private IFrameBasedClock editorClock { get; set; }