summaryrefslogtreecommitdiffstats
path: root/generator/utils.ml
diff options
context:
space:
mode:
Diffstat (limited to 'generator/utils.ml')
-rw-r--r--generator/utils.ml7
1 files changed, 4 insertions, 3 deletions
diff --git a/generator/utils.ml b/generator/utils.ml
index 8a716bb6..2d84bcd5 100644
--- a/generator/utils.ml
+++ b/generator/utils.ml
@@ -46,11 +46,12 @@ let string_of_errcode = function
(* Generate a uuidgen-compatible UUID (used in tests). However to
* avoid having the UUID change every time we rebuild the tests,
* generate it as a function of the contents of the actions.ml file.
- *
+ *
* Originally I thought uuidgen was using RFC 4122, but it doesn't
* appear to.
- *
- * Note that the format must be 01234567-0123-0123-0123-0123456789ab *)
+ *
+ * Note that the format must be 01234567-0123-0123-0123-0123456789ab
+ *)
let uuidgen () =
let s = Digest.to_hex (Digest.file "generator/actions.ml") in