Skip to content

Commit

Permalink
Missing newline at the end of a log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Jan 15, 2025
1 parent 1872523 commit fba784b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,7 @@ let add_to_column ~bot_info ~backport_to id option =
Lwt.return_error
(f "Error: Unexpected result when looking for '%s'." option)
| Ok (project_id, None) -> (
Lwt_io.printf
Lwt_io.printlf
"Required backporting field '%s' does not exist yet. Creating it..."
field
>>= fun () ->
Expand Down

0 comments on commit fba784b

Please sign in to comment.