Skip to content

Commit

Permalink
chore: #1979 run lintr/styler
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelos Zhu committed Jul 20, 2023
1 parent d58f3da commit 4b71bca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/derive_var_extreme_flag.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ derive_var_extreme_flag <- function(dataset,
by_vars = by_vars,
check_type = "none"
)
}
else {
} else {
data <- dataset %>%
derive_var_obs_number(
new_var = temp_obs_nr,
Expand Down

0 comments on commit 4b71bca

Please sign in to comment.