From 074780a389d07c12139465c22d5d35c15f41bcde Mon Sep 17 00:00:00 2001 From: dieghernan Date: Mon, 8 Apr 2024 14:18:00 +0000 Subject: [PATCH] Linter --- R/utils.R | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/R/utils.R b/R/utils.R index a7826ea9..00468c57 100644 --- a/R/utils.R +++ b/R/utils.R @@ -32,7 +32,7 @@ is_named <- function(x) { return(FALSE) } - return(TRUE) + TRUE } @@ -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) }