Skip to content

Commit dcbce7e

Browse files
authored
fmt (#3366)
1 parent 239be66 commit dcbce7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/ood-gen/lib/platform_release.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ module Scraper = struct
221221
(*|> Option.value ~default:"MISSING"*)
222222
in
223223
let output_file =
224-
"data/platform_releases/" ^ project ^ "/" ^ yyyy_mm_dd ^ "-"
225-
^ project ^ "-" ^ github_tag ^ "-draft.md"
224+
"data/platform_releases/" ^ project ^ "/" ^ yyyy_mm_dd ^ "-" ^ project
225+
^ "-" ^ github_tag ^ "-draft.md"
226226
in
227227
let content = River.content post in
228228
let released_on_github_by = Some (River.author post) in

0 commit comments

Comments
 (0)