Skip to content

Commit

Permalink
Remove empty statements
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Nov 1, 2023
1 parent 824cb30 commit e58d5d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MechJeb2/VesselExtensions.cs
Expand Up @@ -44,7 +44,6 @@ public static List<ITargetable> GetTargetables(this Vessel vessel)
if (part.Modules[m] is T mod)
{
list.Add(mod);
;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs
Expand Up @@ -74,7 +74,6 @@ public void Kepler3()
double t0 = 0;
double PeR = 6.371e+6 + 185e+3;
double ApR = 6.371e+6 + 4306022;
;
double rbody = 6.371e+6;
double incT = Deg2Rad(28.608);
double mu = 3.986004418e+14;
Expand Down

0 comments on commit e58d5d2

Please sign in to comment.