Skip to content

Commit

Permalink
Update test_style_file.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan authored Oct 23, 2024
1 parent 22b3418 commit cb125be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/test_style_file.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Test file to check the style action works

obj <- "name"
obj = "name"

#' Not a real function
#'
#' @description
#' Just a test function - using to test the actions
#' Just a test function - used to test the GH actions only
fun <- function(var = 1) {
return(var)
}

0 comments on commit cb125be

Please sign in to comment.