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

Commit f8dcc96

Browse files
committed
Reformat
1 parent bd4d326 commit f8dcc96

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

R/query.R

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,12 @@ get_SingleCellExperiment <- function(
188188
#' @importFrom cli cli_alert_success cli_alert_info cli_abort
189189
#' @noRd
190190
#'
191-
sync_assay_files <- function(url = httr::parse_url(REMOTE_URL),
192-
cache_dir,
193-
subdirs,
194-
files) {
191+
sync_assay_files <- function(
192+
url = httr::parse_url(REMOTE_URL),
193+
cache_dir,
194+
subdirs,
195+
files
196+
) {
195197
# Find every combination of file name, sample id, and assay, since each
196198
# will be a separate file we need to download
197199
expand.grid(

0 commit comments

Comments
 (0)