Skip to content

Commit fba784b

Browse files
committed
Missing newline at the end of a log message.
1 parent 1872523 commit fba784b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2811,7 +2811,7 @@ let add_to_column ~bot_info ~backport_to id option =
28112811
Lwt.return_error
28122812
(f "Error: Unexpected result when looking for '%s'." option)
28132813
| Ok (project_id, None) -> (
2814-
Lwt_io.printf
2814+
Lwt_io.printlf
28152815
"Required backporting field '%s' does not exist yet. Creating it..."
28162816
field
28172817
>>= fun () ->

0 commit comments

Comments
 (0)