Skip to content

Commit

Permalink
chore: lint the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Feb 12, 2025
1 parent 9ebb2a4 commit f0d3d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/decorate-module-output.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ Here is a minimal illustration:
```{r pseudo_module, eval = FALSE}
# styler: off
pseudo_decorated_module <- function(
label = "Pseudo Module with Decorator Support",
decorators = list() # <--- added block (1)
) {
label = "Pseudo Module with Decorator Support",
decorators = list() # <--- added block (1)
) {
module(
label = label,
ui_args = list(decorators = decorators), # <--- added block (2)
Expand Down

0 comments on commit f0d3d4e

Please sign in to comment.