Skip to content

Commit

Permalink
Update client/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaus Post <[email protected]>
  • Loading branch information
zveinn and klauspost authored Oct 21, 2024
1 parent b261a62 commit 0292204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ func DownloadTest(ctx context.Context, c shared.Config) (err error) {
if err != nil {
return err
}
defer f.Close()
for i := range responseDPS {
_, err := shared.WriteStructAndNewLineToFile(f, responseDPS[i])
if err != nil {
Expand Down

0 comments on commit 0292204

Please sign in to comment.