Skip to content

Commit

Permalink
fix merge misstep
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Sep 2, 2024
1 parent 615bf9a commit 0df0951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/coord-.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Coord <- ggproto("Coord",
# Will generally have to return FALSE for coordinate systems that enforce a fixed aspect ratio.
is_free = function() FALSE,

setup_params = function(data) {
setup_params = function(self, data) {
list(expand = parse_coord_expand(self$expand %||% TRUE))
},

Expand Down

0 comments on commit 0df0951

Please sign in to comment.