Skip to content

Commit 98938c1

Browse files
author
Stefan Fleck
committed
removed appendLF argument from message because it is ignored when passing in a condition object
1 parent 0160856 commit 98938c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/rotate_rds.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ rotate_rds_internal <- function(
141141
identical(object, comp) ||
142142
(inherits(object, "data.table") && assert_namespace("data.table") && isTRUE(all.equal(object, comp)))
143143
){
144-
message(ObjectHasNotChangedMessage("not rotating: object has not changed\n"), appendLF = FALSE)
144+
message(ObjectHasNotChangedMessage("not rotating: object has not changed"))
145145
return(invisible(file))
146146
}
147147
}

0 commit comments

Comments
 (0)