Remove unnecessary newline

This commit is contained in:
Dean Herbert
2021-04-28 12:04:48 +09:00
parent 43772f4303
commit 532ec40395

View File

@ -174,7 +174,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (isDraggingBlueprint)
{
DragOperationCompleted();
changeHandler?.EndChange();
}