Skip to content

Commit 3900d31

Browse files
committed
Cosmetic code change. This message could benefit to being converted to cli.
1 parent 8e61333 commit 3900d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/vertical.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ print.vertical <- function(x, ...,
2525
x <- prettycode::highlight(x, style = style)
2626
} else {
2727
warn(paste(
28-
"Could not use colored = TRUE, as the package prettycode is not",
28+
"Could not use `colored = TRUE`, as the package prettycode is not",
2929
"installed. Please install it if you want to see colored output",
3030
"or see `?print.vertical` for more information."
3131
))

0 commit comments

Comments
 (0)