Skip to content

Commit

Permalink
nocov missing crayon branch (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 11, 2022
1 parent c3b778d commit 615f72a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ print.lint <- function(x, ...) {
)
emph <- crayon::bold
} else {
# nocov start
color <- identity
emph <- identity
# nocov end
}

cat(
Expand Down

0 comments on commit 615f72a

Please sign in to comment.