Skip to content

Commit

Permalink
fix silly lintr complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbecker committed Feb 4, 2025
1 parent 32c6bda commit 687a2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tt_toString.R
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ get_formatted_fnotes <- function(tt) {
#'
#' @export
#' @rdname gfc
setGeneric("get_formatted_cells", function(obj, shell = FALSE, round_type = c("iec", "sas")) standardGeneric("get_formatted_cells"))
setGeneric("get_formatted_cells",
function(obj, shell = FALSE, round_type = c("iec", "sas")) standardGeneric("get_formatted_cells"))

#' @rdname gfc
setMethod(
Expand Down

0 comments on commit 687a2da

Please sign in to comment.