Skip to content

Commit 3ce2f8c

Browse files
committed
add space after # to unify comments for @linksto tag
1 parent d9ba009 commit 3ce2f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/module_filter_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ srv_filter_data <- function(id, datasets, active_datanames, data_rv, is_active)
5858
".raw_data <- list2env(list(",
5959
toString(sprintf("%1$s = %1$s", sapply(datanames, as.name))),
6060
"))\n",
61-
"lockEnvironment(.raw_data) #@linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
61+
"lockEnvironment(.raw_data) # @linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
6262
)
6363
)
6464
filtered_code <- .get_filter_expr(datasets = datasets, datanames = datanames)

0 commit comments

Comments
 (0)