Skip to content

Commit b2e7215

Browse files
committed
spacing
1 parent 0125e82 commit b2e7215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ verify_scattergl_platform <- function(p) {
854854
types <- vapply(p$x$data, function(x) x[["type"]] %||% "scatter", character(1))
855855
if ("scattergl" %in% types) {
856856
warning(
857-
"'scattergl' trace types don't currently render in RStudio on Windows",
857+
"'scattergl' trace types don't currently render in RStudio on Windows. ",
858858
"Open in another web browser (IE, Chrome, Firefox, etc).",
859859
call. = FALSE
860860
)

0 commit comments

Comments
 (0)