Skip to content

Commit

Permalink
Explict line break for communicate warning
Browse files Browse the repository at this point in the history
  • Loading branch information
beansrowning committed May 21, 2018
1 parent d48f506 commit 77d2840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/communicate.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

1 comment on commit 77d2840

@lorenzwalthert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beansrowning do you want to merge this commit into r-lib/styler as we are looking to merge back changes as per r-lib#398?

Please sign in to comment.