Skip to content

Commit

Permalink
Wrong curly brace
Browse files Browse the repository at this point in the history
Add the curly brace to the *correct* spot
  • Loading branch information
Capkirk123 committed Jan 2, 2023
1 parent 4bda4d8 commit 2944883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestFlightReliability_EngineCycle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ private void GetReliability(float reliabilityAtTime, ref double currentReliabili

Fields[nameof(currentReliability)].guiUnits = $", MTBF: {currentMTBF}";
Fields[nameof(maxReliability)].guiUnits = $", MTBF: {maxMTBF}";
}

private static float ClampModifier(float input)
{
Expand Down Expand Up @@ -587,4 +588,3 @@ public List<string> ThrustModifierCurveDescription()
}
}
}
}

0 comments on commit 2944883

Please sign in to comment.