Skip to content

Commit 47ceae1

Browse files
mauroleporehadley
authored andcommitted
Remove comma after last argument passed to knitr::ops_chunk$set (#113)
Fix use_readme_rmd() to exclude comma after last argument passed to knitr::ops_chunk$set (#112)
1 parent c1a5d17 commit 47ceae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/templates/omni-README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ knitr::opts_chunk$set(
1010
collapse = TRUE,
1111
comment = "#>",
1212
fig.path = "man/figures/README-",
13-
out.width = "100%",
13+
out.width = "100%"
1414
)
1515
```
1616
{{/Rmd}}

0 commit comments

Comments
 (0)