Skip to content

Commit 7979afb

Browse files
air format (GitHub Actions)
1 parent bfac01d commit 7979afb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • code/MOSuite/inst/extdata/galaxy

code/MOSuite/inst/extdata/galaxy/galaxy.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ update_function_template <- function(
135135
arg_name <- template[[arg_type]][[i]]$key
136136
if (arg_name %in% names(func_meta$args)) {
137137
arg_meta <- template[[arg_type]][[i]]
138-
arg_meta$description <- safe_rd_to_md(func_meta$args[[arg_name]]$description)
138+
arg_meta$description <- safe_rd_to_md(
139+
func_meta$args[[arg_name]]$description
140+
)
139141
arg_meta$defaultValue <- func_meta$args[[arg_name]]$defaultValue
140142
args_in_template <- c(args_in_template, arg_name)
141143
new_template[[arg_type]][[

0 commit comments

Comments
 (0)