Skip to content

Commit

Permalink
9
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Nov 15, 2023
1 parent 4fe12f2 commit 58641d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/bad_lint.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
#' @param x some number
#' @export
test_function <- function(x) {
return(x+2)
return(x+3)
}

0 comments on commit 58641d7

Please sign in to comment.