Skip to content

Commit 9aeb9af

Browse files
committed
Add missing space in warning
1 parent 1ff9276 commit 9aeb9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/overlap3d.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ overlap3d <- function(colsp1, colsp2, avalue = "auto", plot = FALSE,
107107
if (plot) {
108108
if (!interactive) {
109109
warning(
110-
"interactive = FALSE has not been implemented yet,\n",
111-
"falling back tointeractive plot.",
110+
"interactive = FALSE has not been implemented yet, ",
111+
"falling back to interactive plot.",
112112
call. = FALSE
113113
)
114114
}

0 commit comments

Comments
 (0)