Skip to content

Commit

Permalink
chore: Auto-update from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 1, 2024
1 parent a9a1af3 commit c76c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ggplot2.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scale_x_num <- function(..., position = "bottom", guide = ggplot2::waiver(),
stopifnot(is.null(super))
check_installed("ggplot2")
ggplot2::continuous_scale(
aesthetics = c(
aesthetics = c(
"x", "xmin", "xmax", "xend", "xintercept", "xmin_final", "xmax_final",
"xlower", "xmiddle", "xupper"
),
Expand Down

0 comments on commit c76c499

Please sign in to comment.