Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 8, 2024
1 parent 1658018 commit 074780a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ is_named <- function(x) {
return(FALSE)
}

return(TRUE)
TRUE
}


Expand Down Expand Up @@ -208,9 +208,6 @@ unnest_sf <- function(x) {

x

# Unnest fields
need_un <- any(c("address", "extratags") %in% names(x))

if (!("address" %in% names(x))) {
return(x)
}
Expand Down

0 comments on commit 074780a

Please sign in to comment.