Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant mode assignment in NumericParser.cs
The code changes eliminate the assignment of the `mode` variable within a conditional block in `NumericParser.cs`. Specifically, the line `var mode = recordStructData.Mode ?? MetaData.Numeric.FloatingPoint.Mode;` has been removed. This change is applied consistently across three instances in the class, simplifying the code and removing redundancy.
- Loading branch information