From e58d5d2e162ecbe669d4fc81319e0432f7e073ad Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 1 Nov 2023 13:07:28 -0700 Subject: [PATCH] Remove empty statements Signed-off-by: Lamont Granquist --- MechJeb2/VesselExtensions.cs | 1 - MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/MechJeb2/VesselExtensions.cs b/MechJeb2/VesselExtensions.cs index 8f298899..02da602d 100644 --- a/MechJeb2/VesselExtensions.cs +++ b/MechJeb2/VesselExtensions.cs @@ -44,7 +44,6 @@ public static List GetTargetables(this Vessel vessel) if (part.Modules[m] is T mod) { list.Add(mod); - ; } } } diff --git a/MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs b/MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs index e0bfc682..79ac1dd7 100644 --- a/MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs +++ b/MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs @@ -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;