Skip to content

Commit 77d2840

Browse files
committed
Explict line break for communicate warning
1 parent d48f506 commit 77d2840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/communicate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' @keywords internal
99
communicate_warning <- function(changed, transformers) {
1010
if (any(changed, na.rm = TRUE) && !can_verify_roundtrip(transformers)) {
11-
cat("Please review the changes carefully!", fill = TRUE)
11+
cat("Please review the changes carefully!\n", fill = TRUE)
1212
}
1313
}
1414

0 commit comments

Comments
 (0)