Skip to content

Commit

Permalink
coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jul 23, 2024
1 parent 4536331 commit 0154eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_coordinate_uncertainty.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ add_coordinate_uncertainty <- function(
# same when number of values is larger than 1
if (length(coords_uncertainty_meters) > 1) {
size_match <- length(coords_uncertainty_meters) == nrow(observations)
error_message = paste(
error_message <- paste(
"Number of values in `coords_uncertainty_meters` differs from the number",
"of observations."
)
Expand Down

0 comments on commit 0154eb3

Please sign in to comment.