Skip to content

Commit

Permalink
try again to make formatter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Sep 28, 2021
1 parent f0d6e11 commit 817ba0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/issues.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ try
# => BUG: header `response_stream` is pushed into the query...
io = Base.BufferStream()
S3.get_object(
BUCKET_NAME, file_name, Dict("response_stream" => io, "return_stream" => true)
BUCKET_NAME,
file_name,
Dict("response_stream" => io, "return_stream" => true),
)
if bytesavailable(io) > 0
@test String(readavailable(io)) == body
Expand Down

0 comments on commit 817ba0c

Please sign in to comment.