Skip to content

Commit

Permalink
Use cyan directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jul 31, 2020
1 parent df07942 commit 42feb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ header_line <- function(left = "", right = "",
substring(res, 1, width)
}

cat_head <- function(left, right = "", style = rcmdcheck_color(crayon::cyan)) {
cat_head <- function(left, right = "", style = cyan) {
str <- header_line(left, right)
cat_line(str, style = style)
}
Expand Down

0 comments on commit 42feb8c

Please # to comment.