Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
agila5 committed Nov 7, 2024
1 parent add07bf commit d16839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check_version <- function(version, provider) {
# extracts is geofabrik.
if (version != "latest" && provider != "geofabrik") {
warning(
"version != 'latest' is only supported for 'geofabrik' provider.",
"version != 'latest' is only supported for 'geofabrik' provider. ",
"Overriding it to 'latest'.",
call. = FALSE
)
Expand Down

0 comments on commit d16839c

Please sign in to comment.