Skip to content

Commit 0df0951

Browse files
committed
fix merge misstep
1 parent 615bf9a commit 0df0951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/coord-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Coord <- ggproto("Coord",
187187
# Will generally have to return FALSE for coordinate systems that enforce a fixed aspect ratio.
188188
is_free = function() FALSE,
189189

190-
setup_params = function(data) {
190+
setup_params = function(self, data) {
191191
list(expand = parse_coord_expand(self$expand %||% TRUE))
192192
},
193193

0 commit comments

Comments
 (0)