Skip to content

Commit 4886e76

Browse files
committed
format test
1 parent 846a7aa commit 4886e76

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tests/core/t_char.ml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ include T;;
44

55
eq (Some 'a') (of_int (to_int 'a'));;
66
eq None (of_int 257);;
7-
8-
q
9-
(Q.string_size (Q.Gen.return 1))
10-
(fun s -> Stdlib.( = ) (to_string s.[0]) s)
11-
;;
12-
7+
q (Q.string_size (Q.Gen.return 1)) (fun s -> Stdlib.( = ) (to_string s.[0]) s);;
138
q (Q.int_range 65 90 |> Q.map Char.chr) CCChar.is_uppercase_ascii;;
149

1510
q

0 commit comments

Comments
 (0)