From 1ef4ec17a2d02fcaacef48e200c57b1019360c1c Mon Sep 17 00:00:00 2001 From: WANG Zhiwei <48282751+statwangz@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:50:35 +0800 Subject: [PATCH] Style the code --- R/mfairUtils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/mfairUtils.R b/R/mfairUtils.R index 2e44c61..8e8d029 100644 --- a/R/mfairUtils.R +++ b/R/mfairUtils.R @@ -1,4 +1,4 @@ -#'Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix +#' Defined the matrixORdgCMatrix class as the union of matrix and Matrix::dgCMatrix #' @importFrom Matrix dgCMatrix #' setClassUnion(name = "matrixORdgCMatrix", members = c("matrix", "dgCMatrix"))