Skip to content

Commit

Permalink
[skip actions] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2022
1 parent 078365f commit 18e7ad4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion R/df_explicit_na.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ df_explicit_na <- function(data,
}

if (is.factor(xi) || is.character(xi)) {

# Handle empty strings and NA values.
xi <- explicit_na(sas_na(xi), label = na_level)

Expand Down
1 change: 0 additions & 1 deletion R/logistic_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,6 @@ logistic_summary_by_flag <- function(flag_var) {
summarize_logistic <- function(lyt,
conf_level,
drop_and_remove_str = "") {

# checks
checkmate::assert_string(drop_and_remove_str)

Expand Down

0 comments on commit 18e7ad4

Please sign in to comment.