Skip to content

Commit

Permalink
Style code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 authored and github-actions[bot] committed Sep 9, 2024
1 parent 57c7521 commit a5fed7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/create_episode_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ create_episode_file <- function(
episode_file <- episode_file %>%
dplyr::mutate(
ccm = NA,
total_no_dn_contacts = NA)
total_no_dn_contacts = NA
)
}

if (anon_chi_out) {
Expand Down

0 comments on commit a5fed7f

Please sign in to comment.