Skip to content

Commit

Permalink
remove new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed May 22, 2024
1 parent 09c2d1c commit 440b29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rw.jl
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ openfuns = [
readf=() -> (seekstart(io_buffer); jldopen(io_buffer))),
]

for (;writef, readf) in openfuns
for (writef, readf) in openfuns
fid = writef()
@info("[$fn]: Using $(fid), $(fid.compress ? "compressed" : "uncompressed")")
@info(" Write time:")
Expand Down

0 comments on commit 440b29a

Please sign in to comment.