Remove empty line

This commit is contained in:
Craftplacer 2021-04-28 09:32:49 +02:00
parent 85b3923f63
commit 99f40a4951

View file

@ -369,7 +369,6 @@ private void NotificationForm_MouseDown(object sender, MouseEventArgs e)
IDataObject dataObject = new DataObject(DataFormats.FileDrop, new string[] { Config.FilePath });
DoDragDrop(dataObject, DragDropEffects.Copy | DragDropEffects.Move);
}
}
#region Windows Form Designer generated code