From aec6bd61b5af02dd08003afd0b67d8dec009bebc Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Dec 2024 14:07:25 +0100 Subject: [PATCH] styler --- R/select_nse.R | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/R/select_nse.R b/R/select_nse.R index a085a4ce3..766809b6c 100644 --- a/R/select_nse.R +++ b/R/select_nse.R @@ -199,12 +199,11 @@ # small helper, to avoid duplicated code .action_if_not_found <- function( - x, - columns, - matches, - verbose, - ifnotfound -) { + x, + columns, + matches, + verbose, + ifnotfound) { msg <- paste0( "Following variable(s) were not found: ", toString(x[is.na(matches)])