Remove unnecessary spaces.

This commit is contained in:
1yuee 2022-10-03 16:28:44 +04:00
parent bc45f4ef20
commit 49c93d0ada

View File

@ -28,8 +28,7 @@ namespace AirFighter
//=> оператор подобный return //=> оператор подобный return
public float Step => Speed * 100 / Weight; public float Step => Speed * 100 / Weight;
public EntityAircraft(int speed, float weight, Color bodyColor) public EntityAircraft(int speed, float weight, Color bodyColor)
{ {
Speed = speed; Speed = speed;