Skip to content

Commit bde3900

Browse files
committed
fix typo in coord code
1 parent 499c5ab commit bde3900

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
@@ -92,7 +92,7 @@ Coord <- ggproto("Coord",
9292
call. = FALSE
9393
)
9494
self$backtransform_range(panel_params)
95-
}
95+
},
9696

9797
setup_panel_params = function(scale_x, scale_y, params = list()) {
9898
list()

0 commit comments

Comments
 (0)