diff --git a/Liner/FormLinerCollection.cs b/Liner/FormLinerCollection.cs
index a3fdc6e..2464a4b 100644
--- a/Liner/FormLinerCollection.cs
+++ b/Liner/FormLinerCollection.cs
@@ -148,8 +148,7 @@ namespace Liner
///
///
///
- private void ButtonRefreshCollection_Click(object sender, EventArgs
- e)
+ private void ButtonRefreshCollection_Click(object sender, EventArgs e)
{
if (listBoxStorages.SelectedIndex == -1)
{
diff --git a/Liner/MovingStrategies/DrawingObjectLiner.cs b/Liner/MovingStrategies/DrawingObjectLiner.cs
index 0afe82d..aa00f5c 100644
--- a/Liner/MovingStrategies/DrawingObjectLiner.cs
+++ b/Liner/MovingStrategies/DrawingObjectLiner.cs
@@ -35,4 +35,5 @@ namespace Liner.MovingStrategies
public void MoveObject(DirectionType direction) =>
_drawingLiner?.MoveTransport(direction);
}
+
}