Skip to content

Commit

Permalink
Style the code
Browse files Browse the repository at this point in the history
  • Loading branch information
statwangz committed Sep 15, 2023
1 parent d487cdc commit 1ef4ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mfairUtils.R
Original file line number Diff line number Diff line change
@@ -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"))

0 comments on commit 1ef4ec1

Please sign in to comment.