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 16, 2024
1 parent 2be8541 commit 1dd7183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Run_SLF_Files_manually/run_individual_file_1516.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ year <- "1516"
episode_file <- arrow::read_parquet(get_slf_episode_path(year))

# Run individual file
create_individual_file(episode_file, year = year) %>%
process_tests_individual_file(year = year)
create_individual_file(episode_file, year = year) %>%
process_tests_individual_file(year = year)
2 changes: 1 addition & 1 deletion Run_SLF_Files_manually/run_individual_file_1617.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ episode_file <- arrow::read_parquet(get_slf_episode_path(year))

# Run individual file
create_individual_file(episode_file, year = year) %>%
process_tests_individual_file(year = year)
process_tests_individual_file(year = year)

0 comments on commit 1dd7183

Please sign in to comment.