Skip to content

Commit

Permalink
fix pkgdown build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 9, 2025
1 parent 7cb17b4 commit 4afcb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/layout-align.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#' @param x,y Same as `...`, but specifically for `quad_layout()`.
#'
#' @importFrom rlang list2
#' @keywords internal
layout_expand <- function(..., x = waiver(), y = waiver()) {
if (...length() > 0L && (!is.waive(x) || !is.waive(y))) {
cli_abort(
Expand Down
1 change: 1 addition & 0 deletions man/layout_expand.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4afcb80

Please sign in to comment.