Skip to content

Commit

Permalink
Format files using DocumentFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 6, 2021
1 parent b743c89 commit 8a19d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataVoyager.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function (v::Voyager)(source)

run(v.w, code)

return v
return v
end

function Base.getindex(v::Voyager)
Expand All @@ -67,7 +67,7 @@ function Voyager(source)

v(source)

return v
return v
end

end # module

0 comments on commit 8a19d31

Please sign in to comment.