Skip to content

Commit

Permalink
update to latest prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jan 3, 2025
1 parent 820698e commit 18a844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocb.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let color_conv = Arg.conv (Color.of_string, Color.pp)
let float_conv =
Arg.conv
( (fun s ->
match Float.of_string_opt s with
match Float.of_string s with
| None -> Error (`Msg "invalid float")
| Some f -> Ok f )
, Fmt.float )
Expand Down

0 comments on commit 18a844b

Please sign in to comment.