Skip to content

Commit

Permalink
dune build @fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Oct 1, 2023
1 parent 4208ad4 commit 96a3ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ipaddr.ml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ end = struct
let max_int = String.make 16 '\xff'
let compare = String.compare
let equal = String.equal

let fold_left f init s =
(* With OCaml>=4.13.0:
[String.fold_left (fun acc c -> f acc (Char.code c)) init s] *)
Expand Down

0 comments on commit 96a3ee3

Please sign in to comment.