Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Oct 2, 2024
1 parent 0520743 commit 9138b13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/hello_world.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#' @examples
#' hello_world("James")
hello_world <- function(name) {

stopifnot(inherits(name, "character"))

response <- paste0("Hello ", name, "!")
Expand Down

0 comments on commit 9138b13

Please sign in to comment.