Skip to content

Commit

Permalink
remove stray "browser()" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed May 15, 2024
1 parent 146c8d0 commit 6237afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_marquee.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ on_load(on_package_load("ggplot2", {
make_marquee_geom()
}))

combine_styles <- function(style, family, size, lineheight, color, background) {browser()
combine_styles <- function(style, family, size, lineheight, color, background) {
style <- modify_style(style, "base", family = family, size = size, color = color, lineheight = lineheight)
modify_style(style, "body", background = skip_inherit(background))
}
Expand Down

0 comments on commit 6237afa

Please sign in to comment.