Skip to content

Commit

Permalink
delete duplicate return (#3267)
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>

Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 26, 2022
1 parent 55ca35a commit 8ea443d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/tools/releaser/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,4 @@ func copyFileToMirror(ctx context.Context, path, fileName string) (err error) {
// cloud.google.com/go/storage because that package has a million
// dependencies.
return runForError(ctx, ".", "gsutil", "cp", "-n", fileName, dest)
return nil
}

0 comments on commit 8ea443d

Please sign in to comment.