From ad04c87b6a9f823196655f63156712a764ff396e Mon Sep 17 00:00:00 2001 From: davidanthoff Date: Thu, 6 May 2021 17:50:13 +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