From 8a19d31ed885bead69f6b9b935055ecf11d24d54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 00:03:34 +0000 Subject: [PATCH] Format files using DocumentFormat --- src/DataVoyager.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DataVoyager.jl b/src/DataVoyager.jl index f3b89c5..e921c53 100644 --- a/src/DataVoyager.jl +++ b/src/DataVoyager.jl @@ -41,7 +41,7 @@ function (v::Voyager)(source) run(v.w, code) - return v +return v end function Base.getindex(v::Voyager) @@ -67,7 +67,7 @@ function Voyager(source) v(source) - return v +return v end end # module