Skip to content

Commit 12f9247

Browse files
cknittcristianoc
authored andcommitted
Adapt build_version.js to ocamlformat style
1 parent 18dade7 commit 12f9247

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jscomp/build_version.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ var { version, name } = package_spec;
1515

1616
fs.writeFileSync(
1717
path.join(__dirname, "common", "bs_version.ml"),
18-
`
19-
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
18+
`(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
2019
*
2120
* This program is free software: you can redistribute it and/or modify
2221
* it under the terms of the GNU Lesser General Public License as published by
@@ -40,8 +39,7 @@ fs.writeFileSync(
4039
* along with this program; if not, write to the Free Software
4140
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
4241
let version = "${version}"
43-
let header =
44-
"// Generated by ReScript, PLEASE EDIT WITH CARE"
42+
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
4543
let package_name = ref "${name}"
4644
`,
4745
"utf8"

0 commit comments

Comments
 (0)