From acbb8b58d2a66dcfc6b5421e79d536355d794b82 Mon Sep 17 00:00:00 2001 From: wlandau Date: Thu, 2 Jan 2025 16:53:20 -0500 Subject: [PATCH] line --- R/tar_outdated.R | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/R/tar_outdated.R b/R/tar_outdated.R index 690a0e99..73113d16 100644 --- a/R/tar_outdated.R +++ b/R/tar_outdated.R @@ -166,11 +166,7 @@ tar_outdated_globals <- function(pipeline, meta) { tar_outdated_reporter <- function(reporter) { if (identical(reporter, "forecast_interactive")) { - reporter <- if_any( - interactive(), - "forecast", - "silent" - ) + reporter <- if_any(interactive(), "forecast", "silent") } reporter }