Skip to content

Commit

Permalink
fix doc shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Oct 26, 2023
1 parent 772234b commit 9f43a31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ mktempdir() do dir
open(origin, "w") do f
write(f, "hello")
end
A.download_data_file( #src
url, #src
dest, #src
"2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824", #src
) #src
A.download_data_file(
url,
dest,
"2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824",
)
x = A.download_data_file( #src
url, #src
dest, #src
"2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824", #src
) # src
) #src
@test x == dest #src
@test read(origin) == read(dest) #src
open(dest, "w") do f #src
Expand Down

0 comments on commit 9f43a31

Please sign in to comment.