Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in c29aab2 according to the output
from Gofumpt and Prettier.

Details: #2572
  • Loading branch information
deepsource-autofix[bot] authored Aug 6, 2024
1 parent c29aab2 commit 675654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/data/hdf5/hdf5.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func downloadFile(url, path string) error {
cli, err := client.New(
client.WithForceAttemptHTTP2(true),
client.WithEnableKeepalives(true),
)
)
if err != nil {
return err
}
Expand Down

0 comments on commit 675654a

Please sign in to comment.