Skip to content

Commit 0665e5a

Browse files
committed
Cosmetic fix
1 parent f4568c3 commit 0665e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ quarto_render <- function(input = NULL,
9797
names(render_args)
9898
)
9999
writeLines(
100-
paste0("quarto::quarto_render(", paste0(render_args, collapse = ", "),")"),
100+
paste0("quarto::quarto_render(", paste0(render_args, collapse = ", "), ")"),
101101
script
102102
)
103103
rstudioapi::jobRunScript(

0 commit comments

Comments
 (0)