CA1837
CA1825
CA1829
CA1847
cSpell
This commit is contained in:
2022-02-14 15:24:57 -07:00
parent 1b77400643
commit 817934a255
10 changed files with 41 additions and 19 deletions

View File

@ -185,7 +185,7 @@ public class ProcessData : IProcessData
DataReject = segments[6];
}
private Detail GetRData(string[] segments)
private static Detail GetRData(string[] segments)
{
Detail result = new();
if (segments.Length > 0 && float.TryParse(segments[0], out float r))