Skip to content

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Dec 16, 2019
1 parent 7ca4008 commit 6fa78b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ui-styling.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ prettify_pkg <- function(transformers,
if ("\\.rmd" %in% filetype) {
vignette_files <- dir_without_.(
path = without_excluded("vignettes"), pattern = "\\.rmd$",
ignore.case = TRUE, recursive = TRUE,
ignore.case = TRUE, recursive = TRUE
)
readme <- dir_without_.(
path = ".",
Expand Down

0 comments on commit 6fa78b3

Please sign in to comment.