Skip to content

Commit a0e965c

Browse files
OluwatobiOnigithub-actions[bot]
authored andcommitted
Style code
1 parent a4ad3cd commit a0e965c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

R/process_extract_delayed_discharges.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
#' @export
1414
#' @family process extracts
1515
process_extract_delayed_discharges <- function(
16-
data,
17-
year,
18-
write_to_disk = TRUE,
19-
BYOC_MODE = FALSE,
20-
run_id = NA,
21-
run_date_time = NA
16+
data,
17+
year,
18+
write_to_disk = TRUE,
19+
BYOC_MODE = FALSE,
20+
run_id = NA,
21+
run_date_time = NA
2222
) {
2323
log_slf_event(stage = "process", status = "start", type = "dd", year = year)
2424

R/read_extract_delayed_discharges.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#' @export
77
#'
88
read_extract_delayed_discharges <- function(
9-
denodo_connect = get_denodo_connection(BYOC_MODE = BYOC_MODE),
10-
file_path = get_dd_path(BYOC_MODE = BYOC_MODE),
11-
BYOC_MODE) {
12-
9+
denodo_connect = get_denodo_connection(BYOC_MODE = BYOC_MODE),
10+
file_path = get_dd_path(BYOC_MODE = BYOC_MODE),
11+
BYOC_MODE
12+
) {
1313
log_slf_event(stage = "read", status = "start", type = "dd", year = NA) # TO-DO: confirm if year is used in DD
1414

1515
on.exit(try(DBI::dbDisconnect(denodo_connect), silent = TRUE), add = TRUE)

0 commit comments

Comments
 (0)