From cb125beee8270a4f3e323d1cb4d7fd9a607274d8 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Wed, 23 Oct 2024 12:10:54 +0100 Subject: [PATCH] Update test_style_file.R --- R/test_style_file.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/test_style_file.R b/R/test_style_file.R index 710f503..e4476ec 100644 --- a/R/test_style_file.R +++ b/R/test_style_file.R @@ -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) }