Skip to content

Commit

Permalink
fix visual test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Jan 17, 2024
1 parent ba9b568 commit 307d744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mcmc-intervals.R
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ mcmc_areas_ridges <- function(x,
x_lim[2] <- x_lim[2] + 0.05 * x_range

layer_vertical_line <- if (0 > x_lim[1] && 0 < x_lim[2]) {
vline_0(color = "gray90", size = 0.5)
vline_0(color = "gray90", linewidth = 0.5)
} else {
geom_ignore()
}
Expand Down

0 comments on commit 307d744

Please sign in to comment.