From cd444bed9ba605131bf65c1ec9a152da258843b6 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 3 Dec 2024 00:09:51 -0800 Subject: [PATCH] obey the linter --- R/zzz.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/zzz.R b/R/zzz.R index ac02d7e9e..2ef47f529 100644 --- a/R/zzz.R +++ b/R/zzz.R @@ -341,7 +341,7 @@ enhances_method_registration <- function(generic, s3class, implementation, owner reset_settings() - enhances_method_registration( "as_tibble", "lints", as_tibble.lints, "tibble") + enhances_method_registration("as_tibble" , "lints", as_tibble.lints, "tibble") enhances_method_registration("as.data.table", "lints", as.data.table.lints, "data.table") } # nocov end