Skip to content

Commit 317971d

Browse files
committed
Add missing parenthesis
1 parent 2121668 commit 317971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,5 +402,5 @@ select_decorators <- function(decorators, scope) {
402402

403403

404404
prepare_code <- function(x) {
405-
teal.code::get_code(req(x)
405+
teal.code::get_code(req(x))
406406
}

0 commit comments

Comments
 (0)