Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 23, 2024
1 parent 60fa337 commit 8ad814b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/location.R
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ orderly_location_custom <- function(driver, ...) {
}


location_metadata_fetch <- function(location_name, root, call = parent.frame()) {
location_metadata_fetch <- function(location_name, root,
call = parent.frame()) {
index <- root$index$data()
driver <- location_driver(location_name, root)

Expand Down

0 comments on commit 8ad814b

Please sign in to comment.