Skip to content

Commit

Permalink
#nolintr to # nolint
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Rucki <[email protected]>
  • Loading branch information
pawelru authored Feb 13, 2024
1 parent 7beaf00 commit 3a0b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/g_forest.R
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ forest_grob <- function(tbl,
grid::gTree(
children = grid::gList(
# this may overflow, to fix, look here
# https://stackoverflow.com/questions/33623169/add-multi-line-footnote-to-tablegrob-while-using-gridextra-in-r #nolintr
# https://stackoverflow.com/questions/33623169/add-multi-line-footnote-to-tablegrob-while-using-gridextra-in-r # nolint
grid::textGrob(
forest_header[1],
x = grid::unit(vline, "native") - grid::unit(1, "lines"),
Expand Down

0 comments on commit 3a0b831

Please sign in to comment.