Skip to content

Commit 3eea935

Browse files
committed
space
1 parent 4a336c6 commit 3eea935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-ggplot-density.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
context("Probability density")
22

3-
expect_traces <- function(gg, n.traces, name){
3+
expect_traces <- function(gg, n.traces, name) {
44
stopifnot(is.ggplot(gg))
55
stopifnot(is.numeric(n.traces))
66
save_outputs(gg, paste0("density-", name))

0 commit comments

Comments
 (0)