Skip to content

Commit

Permalink
Merge pull request #304 from inbo/302-test-failure-in-round_coordinates
Browse files Browse the repository at this point in the history
remove trailing commas
  • Loading branch information
PietrH authored Apr 10, 2024
2 parents 45b72a2 + 3e705c2 commit 2d44ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/round_coordinates.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ round_coordinates <- function(package, digits = 3) {
msg = glue::glue(
"Can't round from {original_digits} to {digits} digits. ",
"`{original_digits}` is derived from the ",
"`package$coordinatePrecision={original_precision}`.",
"`package$coordinatePrecision={original_precision}`."
)
)
} else {
Expand All @@ -78,7 +78,7 @@ round_coordinates <- function(package, digits = 3) {
msg = glue::glue(
"Can't round from {original_digits} to {digits} digits. ",
"`{original_digits}` is the maximum number of decimals for latitude ",
"in the data.",
"in the data."
)
)
}
Expand Down

0 comments on commit 2d44ce9

Please sign in to comment.