Skip to content

Commit 0c8fdcb

Browse files
committed
Small indentation fix
1 parent 6238e40 commit 0c8fdcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/io/stm_tests.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,6 @@ module OCSTM_seq = STM_sequential.Make(OCConf)
349349
module OCSTM_dom = STM_domain.Make(OCConf)
350350
;;
351351
QCheck_base_runner.run_tests_main [
352-
OCSTM_seq.agree_test ~count:1000 ~name:"STM Out_channel test sequential";
353-
OCSTM_dom.agree_test_par ~count:1000 ~name:"STM Out_channel test parallel";
354-
]
352+
OCSTM_seq.agree_test ~count:1000 ~name:"STM Out_channel test sequential";
353+
OCSTM_dom.agree_test_par ~count:1000 ~name:"STM Out_channel test parallel";
354+
]

0 commit comments

Comments
 (0)