Skip to content

Commit b3d62d2

Browse files
committed
feat: add a break line
1 parent 01fea1c commit b3d62d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/modules_fn.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ module_template <- function(
203203
write_there("#' @param id,input,output,session Internal parameters for {shiny}.")
204204
write_there("#'")
205205
write_there("#' @shinyModule A Golem module.")
206+
write_there("#'")
206207
if (export) {
207208
write_there(sprintf("#' @rdname mod_%s", name))
208209
write_there("#' @export ")

0 commit comments

Comments
 (0)