Skip to content

Commit ad04c87

Browse files
authored
Format files using DocumentFormat
1 parent 6ce909a commit ad04c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataVoyager.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function (v::Voyager)(source)
4141

4242
run(v.w, code)
4343

44-
return v
44+
return v
4545
end
4646

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

6868
v(source)
6969

70-
return v
70+
return v
7171
end
7272

7373
end # module

0 commit comments

Comments
 (0)