summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2021-11-29 22:21:10 +0100
committerSon Ho2021-11-29 22:21:10 +0100
commitfffbaa6e2d571343d2b8e49615d7de65d0783dc3 (patch)
treec2ad99c8f7989c3113b3c4b3258a66e472dc0ca0 /src/main.ml
parent111af7db1d5dbc245bc72864c3577b6bcabcb3d7 (diff)
Improve formatting
Diffstat (limited to 'src/main.ml')
-rw-r--r--src/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index 39f1cf0c..36b5dd71 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -15,7 +15,7 @@ let () =
| Error s -> log#error "error: %s\n" s
| Ok m ->
(* Print the module *)
- log#ldebug (lazy ("\n" ^ Print.Module.module_to_string m));
+ log#ldebug (lazy ("\n" ^ Print.Module.module_to_string m ^ "\n"));
(* Test the unit functions *)
I.test_all_unit_functions m.types m.functions