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 19, 2023
1 parent afbafb5 commit 93bb353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/get_existing_data_for_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ get_existing_data_for_tests <- function(new_data, file_version = "episode", anon
))
}

if (anon_chi == FALSE){
if (anon_chi == FALSE) {
slf_data <- slf_data %>%
slfhelper::get_chi()
}else{
} else {
slf_data <- slf_data
}

Expand Down

0 comments on commit 93bb353

Please sign in to comment.