From 9c2d78eabcb569be24b4b9f23eb057458319f4ba Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Fri, 18 Aug 2023 15:08:00 +0100 Subject: [PATCH] added newline at end of .lintr --- .lintr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lintr b/.lintr index 7cb8ac888..e2ca0f34a 100644 --- a/.lintr +++ b/.lintr @@ -13,4 +13,4 @@ linters: linters_with_tags( ) exclusions: list( "tests/testthat.R" = list(unused_import_linter = Inf) - ) \ No newline at end of file + )