mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
remove extra semi colons
This commit is contained in:
@ -87,7 +87,7 @@ namespace osu.Game.Screens.Edit.Compose
|
|||||||
return false;
|
return false;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnReleased(PlatformAction action)
|
public void OnReleased(PlatformAction action)
|
||||||
|
@ -39,7 +39,7 @@ namespace osu.Game.Screens.Edit.Compose
|
|||||||
{
|
{
|
||||||
builder.Append($"{clock.CurrentTime.ToEditorFormattedString()}{separator}");
|
builder.Append($"{clock.CurrentTime.ToEditorFormattedString()}{separator}");
|
||||||
return builder.ToString();
|
return builder.ToString();
|
||||||
};
|
}
|
||||||
|
|
||||||
builder.Append(editorBeatmap.SelectedHitObjects.First().StartTime.ToEditorFormattedString());
|
builder.Append(editorBeatmap.SelectedHitObjects.First().StartTime.ToEditorFormattedString());
|
||||||
builder.Append($" ({string.Join(',', composer.ConvertSelectionToString())}){separator}");
|
builder.Append($" ({string.Join(',', composer.ConvertSelectionToString())}){separator}");
|
||||||
|
Reference in New Issue
Block a user