Skip to content

Commit

Permalink
use fmt comma
Browse files Browse the repository at this point in the history
  • Loading branch information
patricoferris committed Jan 4, 2021
1 parent cea6dd8 commit 79a871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runc_sandbox.ml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let pp ppf =
Fmt.bool;
Fmt.field ~label:Fmt.string "arches"
(fun (t : t) -> t.arches)
Fmt.(brackets @@ list ~sep:(fun ppf _ -> Fmt.string ppf ",") string);
Fmt.(brackets @@ list ~sep:comma string);
]
in
let r = Fmt.(braces @@ record fields) in
Expand Down

0 comments on commit 79a871a

Please sign in to comment.