Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhewa committed Nov 8, 2020
1 parent 8c22956 commit 452a8a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/moduleHeatmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ setMethod("moduleHeatmap",
nrow <- ceiling(length(plts) / ncol)

for (i in seq(length(plts))) {
plts[[i]] <- grid::grid.grabExpr(ComplexHeatmap::draw(plts[[i]]),
plts[[i]] <- grid::grid.grabExpr(
ComplexHeatmap::draw(plts[[i]]),
wrap.grobs = TRUE)
}

Expand Down

0 comments on commit 452a8a0

Please sign in to comment.