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 Jan 29, 2024
1 parent 63f6333 commit 3055d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/write_tests_xlsx.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ write_tests_xlsx <- function(comparison_data,
# add a new sheet for tests
date_today <- format(Sys.Date(), "%d_%b")

date_today<- stringr::str_to_lower(date_today)
date_today <- stringr::str_to_lower(date_today)

sheet_name_dated <- ifelse(
is.null(year),
Expand Down

0 comments on commit 3055d54

Please sign in to comment.