From 1b9a1904582ac3822fe1071dbf2067fc692ffd6f Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Wed, 6 Sep 2017 23:04:37 +0200 Subject: [PATCH] fix R CMD Check adapt tests for spacing before comments with strict = FALSE. --- tests/testthat/strict/non_strict-out.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/strict/non_strict-out.R b/tests/testthat/strict/non_strict-out.R index 89fbc67f7..5569e3c7f 100644 --- a/tests/testthat/strict/non_strict-out.R +++ b/tests/testthat/strict/non_strict-out.R @@ -125,7 +125,7 @@ test <- function() { ) nested( - function_call (with), # a comment and + function_call (with), # a comment and many # more , first_level_args )