Skip to content

Commit

Permalink
chore: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Jun 4, 2022
1 parent 35b70d0 commit 4d11a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_example.ml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ let format_matrix
(format_array ~align_closing: align_closing2 ~wrap: wrap2 format_float) m


let format_record f l0 =
let _format_record f l0 =
let l =
List.map
(fun (s, x) -> Label ((Atom (s ^ ":", atom), label), f x))
Expand Down

0 comments on commit 4d11a70

Please sign in to comment.