Skip to content

Commit

Permalink
Lint remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Nov 30, 2023
1 parent ad72272 commit 1298df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/write_h5ad_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ hdf5_path_exists <- function(file, target_path) {
}

#' HDF5 write compressed
#'
#'
#' Write HDF5 dataset with chosen compression (can be none)
#'
#' @noRd
Expand All @@ -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`
Expand Down

0 comments on commit 1298df1

Please sign in to comment.