Skip to content

Commit 24a48b5

Browse files
committed
linting
1 parent 107f8c5 commit 24a48b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

01-what-and-why.Rmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ library(knitr)
1414
## Global options
1515
options(max.print = "75")
1616
opts_chunk$set(cache = TRUE,
17-
prompt = FALSE,
18-
tidy = TRUE,
19-
comment = "> #",
20-
message = FALSE,
21-
warning = FALSE)
17+
prompt = FALSE,
18+
tidy = TRUE,
19+
comment = "> #",
20+
message = FALSE,
21+
warning = FALSE)
2222
opts_knit$set(width = 75)
2323
```
2424

0 commit comments

Comments
 (0)