Skip to content

Commit

Permalink
Merge pull request #410 from samoht/fmt
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
samoht authored Jul 25, 2024
2 parents 21fe83a + bb96d0f commit 6857af6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.26.1
version = 0.26.2
profile = conventional
ocaml-version = 4.08.0

Expand Down
4 changes: 2 additions & 2 deletions test/e2e/strip_randomness.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6857af6

Please sign in to comment.