Skip to content

Commit

Permalink
no color
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2024
1 parent a21a5c9 commit db6dbb6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -613,11 +613,6 @@ format.parameters_sem <- function(x,
footer <- .add_footer_text(footer, footer_text, type, is_ggeffects)
}

# add color code, if we have a footer
if (!is.null(footer) && type == "text") {
footer <- c(footer, "yellow")
}

# if we have two trailing newlines, remove one
if (identical(type, "text") && !is.null(footer) && endsWith(footer[1], "\n\n")) {
footer[1] <- substr(footer[1], 0, nchar(x) - 1)
Expand Down

0 comments on commit db6dbb6

Please sign in to comment.