Skip to content

Commit

Permalink
fix is_free
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 17, 2024
1 parent 039afc7 commit eeb6970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/free-.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ free <- function(free, ..., call = caller_call()) {

is_free_plot <- function(x) is_ggalign_plot(x) && is_free(x@align)

is_free <- function(x) inherits(x, "FALSE")
is_free <- function(x) inherits(x, "Free")

#' @export
summary.Free <- function(object, ...) c(FALSE, FALSE)
Expand Down

0 comments on commit eeb6970

Please sign in to comment.