From 1298df152dbd9f4404e96b74bfb28ed7f297d4fe Mon Sep 17 00:00:00 2001 From: Louise Deconinck Date: Thu, 30 Nov 2023 10:05:01 +0100 Subject: [PATCH] Lint remove whitespace --- R/write_h5ad_helpers.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/write_h5ad_helpers.R b/R/write_h5ad_helpers.R index 3a3ed8fd..00bc6be7 100644 --- a/R/write_h5ad_helpers.R +++ b/R/write_h5ad_helpers.R @@ -501,7 +501,7 @@ hdf5_path_exists <- function(file, target_path) { } #' HDF5 write compressed -#' +#' #' Write HDF5 dataset with chosen compression (can be none) #' #' @noRd @@ -511,7 +511,7 @@ hdf5_path_exists <- function(file, target_path) { #' frame #' @param value Value to write. Must be a vector to the same length as the data #' frame. -#' @param compression The compression to use when writing the element. Can be +#' @param compression The compression to use when writing the element. Can be #' one of `"NONE"`, `"GZIP"` or `"LZF"`. #' #' @return Whether the `path` exists in `file`