Skip to content

Commit

Permalink
fix: introduced generic naming bug removed tolower
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper Bollen authored and Casper Bollen committed May 9, 2024
1 parent 8bd2618 commit d166058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Informedica.GenForm.Lib/SolutionRule.fs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module SolutionRule =
|> Array.tail
|> Array.map (fun r ->
let get =
getColumn r >> String.trim >> String.toLower
getColumn r >> String.trim
let toBrOpt = BigRational.toBrs >> Array.tryHead

{|
Expand Down

0 comments on commit d166058

Please sign in to comment.