Skip to content

Commit 0ebb582

Browse files
committed
fix typo
1 parent 3bf828c commit 0ebb582

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

0 Bytes
Binary file not shown.

R/validation.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ validate_surveys_lurio <- function(log_threshold = logger::DEBUG) {
338338
alert_rpue = dplyr::case_when(
339339
!.data$rpue == Inf & .data$rpue > rpue_max ~ "10",
340340
TRUE ~ NA_character_
341-
), ,
341+
),
342342
alert_fishers = dplyr::case_when(
343343
.data$n_fishers == 0 & .data$catch_outcome == "1" ~ "11",
344344
TRUE ~ NA_character_
@@ -760,7 +760,7 @@ validate_surveys_adnap <- function(log_threshold = logger::DEBUG) {
760760
alert_rpue = dplyr::case_when(
761761
!.data$rpue == Inf & .data$rpue > rpue_max ~ "10",
762762
TRUE ~ NA_character_
763-
), ,
763+
),
764764
alert_fishers = dplyr::case_when(
765765
.data$n_fishers == 0 & .data$catch_outcome == "1" ~ "11",
766766
TRUE ~ NA_character_

0 commit comments

Comments
 (0)