Skip to content

Commit

Permalink
doc: only one return tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Mar 10, 2023
1 parent a9051e6 commit 585cc03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion R/is_running.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#' FALSE otherwise.
#' @export
#'
#' @return A boolean.
#' @examples
#' is_running()
is_running <- function() {
Expand Down
1 change: 0 additions & 1 deletion R/make_dev.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ make_dev <- function(fun) {
#' @export
#'
#' @rdname prod
#' @return A boolean.
app_prod <- function() {
getOption("golem.app.prod") %||% FALSE
}
Expand Down
2 changes: 0 additions & 2 deletions man/is_running.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/prod.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 585cc03

Please sign in to comment.