Правочки

This commit is contained in:
Marselchi 2023-09-25 14:25:04 +04:00
parent 7bdefd69c1
commit e1257a26e4

View File

@ -21,8 +21,7 @@ namespace Liner.MovingStrategies
{
get
{
if (_drawingLiner == null || _drawingLiner.EntityLiner ==
null)
if (_drawingLiner == null || _drawingLiner.EntityLiner == null)
{
return null;
}
@ -36,5 +35,4 @@ namespace Liner.MovingStrategies
public void MoveObject(DirectionType direction) =>
_drawingLiner?.MoveTransport(direction);
}
}