Skip to content

Commit b077f8f

Browse files
committed
style(lint): fix linting error (use implicit return behaviour)
1 parent f877ed7 commit b077f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/model.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ model <- function(run_number, param, set_seed = TRUE) {
158158
result = result, warm_up_period = param[["warm_up_period"]]
159159
)
160160

161-
return(result)
161+
result
162162
}

0 commit comments

Comments
 (0)