Remove unnecessary spaces.
This commit is contained in:
parent
70102bcf7d
commit
7ad72d90a7
@ -19,7 +19,6 @@ namespace AirFighter
|
||||
pictureBoxAirFighter.Image = bmp;
|
||||
}
|
||||
|
||||
|
||||
private void SetData()
|
||||
{
|
||||
Random rnd = new Random();
|
||||
@ -30,8 +29,6 @@ namespace AirFighter
|
||||
toolStripStatusBodyColor.Text = $"BodyColor: {_aircraft.Plane.BodyColor.Name}";
|
||||
}
|
||||
|
||||
|
||||
|
||||
private void buttonCreate_Click(object sender, EventArgs e)
|
||||
{
|
||||
Random rnd = new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user