Skip to content

Commit

Permalink
fixes #2286
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Dec 13, 2023
1 parent 1e44daf commit e0dd1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/valid.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ st_make_valid.sfc = function(x, ..., oriented = FALSE, s2_options = s2::s2_optio

#' @export
st_make_valid.sf = function(x, ...) {
st_set_geometry(x, st_make_valid(st_geometry(x)))
st_set_geometry(x, st_make_valid(st_geometry(x), ...))
}

0 comments on commit e0dd1de

Please sign in to comment.