Remove unnecessary spaces.

This commit is contained in:
1yuee 2022-10-03 16:27:11 +04:00
parent 70102bcf7d
commit 7ad72d90a7

View File

@ -19,7 +19,6 @@ namespace AirFighter
pictureBoxAirFighter.Image = bmp; pictureBoxAirFighter.Image = bmp;
} }
private void SetData() private void SetData()
{ {
Random rnd = new Random(); Random rnd = new Random();
@ -30,8 +29,6 @@ namespace AirFighter
toolStripStatusBodyColor.Text = $"BodyColor: {_aircraft.Plane.BodyColor.Name}"; toolStripStatusBodyColor.Text = $"BodyColor: {_aircraft.Plane.BodyColor.Name}";
} }
private void buttonCreate_Click(object sender, EventArgs e) private void buttonCreate_Click(object sender, EventArgs e)
{ {
Random rnd = new(); Random rnd = new();