Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 2, 2024
1 parent 1a35137 commit d3be54f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/build_tt.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ build_tt <- function(x, output = NULL) {
if (x@output == "typst") {
if (is.null(x@theme[[1]]) || is.function(x@theme[[1]]) || isTRUE(x@theme[[1]] %in% c("default", "striped"))) {
# reverse the order of the lines to allow overwriting defaults
ls <- x@lazy_style
x <- style_tt(x, i = nrow(x), line = "b", line_width = 0.1)
if (x@nhead > 0) {
x <- style_tt(x, i = -x@nhead + 1, line = "t", line_width = 0.1)
Expand Down

0 comments on commit d3be54f

Please sign in to comment.