Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MOARdV committed Aug 20, 2022
1 parent e0d94b6 commit d783ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MASFlightComputerProxy3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3846,7 +3846,7 @@ public double TargetTypeId()
return 1.0;
case global::VesselType.Plane:
return 2.0;
case global:: VesselType.Probe:
case global::VesselType.Probe:
return 3.0;
case global::VesselType.Lander:
return 4.0;
Expand Down Expand Up @@ -5085,7 +5085,7 @@ public double VesselTypeId()
return 1.0;
case global::VesselType.Plane:
return 2.0;
case global:: VesselType.Probe:
case global::VesselType.Probe:
return 3.0;
case global::VesselType.Lander:
return 4.0;
Expand Down

0 comments on commit d783ada

Please sign in to comment.