From 24f0f52a0864ca64c6f29cfb4a25a324495d3e6d Mon Sep 17 00:00:00 2001 From: luigikav <90866467+luigikav@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:04:33 +0200 Subject: [PATCH] remove \n in docstring in runtime.jl --- src/runtime.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime.jl b/src/runtime.jl index 51b0d41..8e6d1d2 100644 --- a/src/runtime.jl +++ b/src/runtime.jl @@ -444,7 +444,6 @@ julia> timesteps(Cron("*/5 * * * *"), Date(2025,01,01), 2) 2-element Vector{DateTime}: 2025-01-01T00:05:00 2025-01-01T00:10:00 - ``` """ function timesteps(c::Cron, start::DateTime, n::Integer)