Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit d39cb9e

Browse files
committed
Line endings
1 parent af560a4 commit d39cb9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/query.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,4 +447,4 @@ get_metadata <- function(
447447
duckdb() |>
448448
dbConnect(drv = _, read_only = TRUE) |>
449449
tbl(db_path)
450-
}
450+
}

R/unharmonised.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ get_unharmonised_metadata = function(metadata, ...){
7474
do.call(get_unharmonised_dataset, args=_) |>
7575
list()
7676
)
77-
}
77+
}

0 commit comments

Comments
 (0)