Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jul 8, 2021
1 parent 717d163 commit 3fb5ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dendrite-upgrade-tests/tar.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func compress(src string, buf io.Writer) error {
if err != nil {
return err
}
if _, err := io.Copy(tw, data); err != nil {
if _, err = io.Copy(tw, data); err != nil {
return err
}
if err = data.Close(); err != nil {
Expand Down

0 comments on commit 3fb5ee7

Please sign in to comment.