From 7bdd081e547603a5ea484ce429b94a748c56a67a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:11:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- man/Config.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/Config.Rd b/man/Config.Rd index 69a8b72..b01010f 100644 --- a/man/Config.Rd +++ b/man/Config.Rd @@ -7,15 +7,15 @@ Config( job_id = character(0), task_id = character(0), - min_reference_date = (function (.data = double()) + min_reference_date = (function (.data = double()) { .Date(.data) })(), - max_reference_date = (function (.data = double()) + max_reference_date = (function (.data = double()) { .Date(.data) })(), - report_date = (function (.data = double()) + report_date = (function (.data = double()) { .Date(.data) })(),