We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a336c6 commit 3eea935Copy full SHA for 3eea935
tests/testthat/test-ggplot-density.R
@@ -1,6 +1,6 @@
1
context("Probability density")
2
3
-expect_traces <- function(gg, n.traces, name){
+expect_traces <- function(gg, n.traces, name) {
4
stopifnot(is.ggplot(gg))
5
stopifnot(is.numeric(n.traces))
6
save_outputs(gg, paste0("density-", name))
0 commit comments