Skip to content

Commit

Permalink
add space after # to unify comments for @linksto tag
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 28, 2024
1 parent d9ba009 commit 3ce2f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_filter_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ srv_filter_data <- function(id, datasets, active_datanames, data_rv, is_active)
".raw_data <- list2env(list(",
toString(sprintf("%1$s = %1$s", sapply(datanames, as.name))),
"))\n",
"lockEnvironment(.raw_data) #@linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
"lockEnvironment(.raw_data) # @linksto .raw_data" # this is environment and it is shared by qenvs. CAN'T MODIFY!
)
)
filtered_code <- .get_filter_expr(datasets = datasets, datanames = datanames)
Expand Down

0 comments on commit 3ce2f8c

Please sign in to comment.