Skip to content

Commit 493c064

Browse files
committed
Runtime: fmt
1 parent 63f9d75 commit 493c064

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

runtime/js/prng.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22
//Requires: caml_int64_of_string
33
//Requires: caml_string_of_jsstring
44
//Version: >= 5
5-
var caml_lxm_M = caml_int64_of_string(caml_string_of_jsstring("0xd1342543de82ef95"));
5+
var caml_lxm_M = caml_int64_of_string(
6+
caml_string_of_jsstring("0xd1342543de82ef95"),
7+
);
68

79
//Provides: caml_lxm_daba
810
//Requires: caml_int64_of_string
911
//Requires: caml_string_of_jsstring
1012
//Version: >= 5
11-
var caml_lxm_daba = caml_int64_of_string(caml_string_of_jsstring("0xdaba0b6eb09322e3"));
13+
var caml_lxm_daba = caml_int64_of_string(
14+
caml_string_of_jsstring("0xdaba0b6eb09322e3"),
15+
);
1216

1317
//Provides: caml_lxm_next
1418
//Requires: caml_int64_shift_left

0 commit comments

Comments
 (0)