Skip to content

Commit e436d0a

Browse files
committed
Improve style a little bit
1 parent a78ccad commit e436d0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/testthat/test-plotly-filename.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
context("Filename")
22

3-
test_that("Filepath with directories is returned as passed", {
3+
test_that("filepath with directories is returned as passed", {
44
x <- c(-1.50548425849621, 0.023267831354017, -1.38460390550496,
55
-0.805552814226363, 1.59651736643461, 0.936302685370894,
66
0.512729504994891, -0.24492573745161, -0.465348603632604,
77
0.173523456651353, 0.389491211182137, -0.275308705542518,
88
-0.132866228059449, -0.336255877656944, 0.916535489109209,
99
-0.936870130264329, 0.363137478307925, -1.26433467241078,
1010
-0.388804188531171, 0.785842426281935)
11-
data = list(x=x,
12-
type="histogramx")
11+
data = list(x=x, type="histogramx")
1312
l <- list(autosize=FALSE, width=600, height=400, showlegend=FALSE)
1413

1514
py <- plotly("get_test_user_2", "0f9es4r6tm")

0 commit comments

Comments
 (0)