Skip to content

Commit

Permalink
model info
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 27, 2024
1 parent 1b8ea08 commit a21a5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ format.parameters_sem <- function(x,

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

# if we have two trailing newlines, remove one
Expand Down

0 comments on commit a21a5c9

Please sign in to comment.