From 7f8ecb9be52c0856dfc50ee5e1245ccc1b0f4fd2 Mon Sep 17 00:00:00 2001 From: Albert Ziegler <55346556+wunderalbert@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:39:02 +0100 Subject: [PATCH] fix missing whitespace --- .lintr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintr b/.lintr index a23adb6d..7640abc9 100644 --- a/.lintr +++ b/.lintr @@ -5,4 +5,4 @@ linters: with_defaults( camel_case_linter = NULL, object_name_linter = NULL, commented_code_linter = NULL, - cyclocomp_linter =NULL) + cyclocomp_linter = NULL)