From 93bb353ac16ec680124719207ea9504768e5033d Mon Sep 17 00:00:00 2001 From: Jennit07 Date: Tue, 19 Sep 2023 16:03:50 +0000 Subject: [PATCH] Style code --- R/get_existing_data_for_tests.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/get_existing_data_for_tests.R b/R/get_existing_data_for_tests.R index 5ef6ac8dd..9e7d06dcd 100644 --- a/R/get_existing_data_for_tests.R +++ b/R/get_existing_data_for_tests.R @@ -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 }