From 17fe4de2d724dea114f4ae436a26d36f56180cd9 Mon Sep 17 00:00:00 2001 From: etiennebacher Date: Mon, 2 Dec 2024 10:56:03 +0100 Subject: [PATCH] use dev styler --- R/select_nse.R | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/R/select_nse.R b/R/select_nse.R index a153e50a3..2d0255d0a 100644 --- a/R/select_nse.R +++ b/R/select_nse.R @@ -199,11 +199,12 @@ # 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)])