diff --git a/R/communicate.R b/R/communicate.R index 350f6c312..07b6479d5 100644 --- a/R/communicate.R +++ b/R/communicate.R @@ -8,7 +8,7 @@ #' @keywords internal communicate_warning <- function(changed, transformers) { if (any(changed, na.rm = TRUE) && !can_verify_roundtrip(transformers)) { - cat("Please review the changes carefully!", fill = TRUE) + cat("Please review the changes carefully!\n", fill = TRUE) } }