Skip to content

Commit 6b77c5b

Browse files
committed
fix bug
1 parent bf8e80e commit 6b77c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/print_method.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tbl_format_header.tidySummarizedExperiment <- function(x, setup, ...) {
3434
) %>%
3535
# Add further info single-cell
3636
append( cli::col_br_black( sprintf(
37-
" Features=%s | Samples=%s | Assays=",
37+
" Features=%s | Samples=%s | Assays=%s",
3838
number_of_features,
3939
number_of_samples,
4040
assay_names %>% paste(collapse=", ")

0 commit comments

Comments
 (0)