Skip to content

Commit

Permalink
Format files using DocumentFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff authored May 6, 2021
1 parent 6ce909a commit ad04c87
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 ad04c87

Please sign in to comment.