From bb96d0f6169d468564cea1e1ccc483e6aa591487 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Thu, 25 Jul 2024 12:09:01 +0200 Subject: [PATCH] Update fmt --- .ocamlformat | 2 +- test/e2e/strip_randomness.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ocamlformat b/.ocamlformat index eee41c77..9b9a2344 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -1,4 +1,4 @@ -version = 0.26.1 +version = 0.26.2 profile = conventional ocaml-version = 4.08.0 diff --git a/test/e2e/strip_randomness.ml b/test/e2e/strip_randomness.ml index 338e7583..219da64e 100644 --- a/test/e2e/strip_randomness.ml +++ b/test/e2e/strip_randomness.ml @@ -82,8 +82,8 @@ let stacktrace_replace = ^^ opt (str " (inlined)") ^^ alt [ - seq [str ", line "; rep1 digit]; - seq [str ", lines "; rep1 digit; char '-'; rep1 digit]; + seq [ str ", line "; rep1 digit ]; + seq [ str ", lines "; rep1 digit; char '-'; rep1 digit ]; ] ^^ str ", characters " ^^ rep1 digit