Skip to content

Commit 8ea443d

Browse files
authored
delete duplicate return (#3267)
Signed-off-by: Abirdcfly <[email protected]> Signed-off-by: Abirdcfly <[email protected]>
1 parent 55ca35a commit 8ea443d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/tools/releaser/file.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,5 +298,4 @@ func copyFileToMirror(ctx context.Context, path, fileName string) (err error) {
298298
// cloud.google.com/go/storage because that package has a million
299299
// dependencies.
300300
return runForError(ctx, ".", "gsutil", "cp", "-n", fileName, dest)
301-
return nil
302301
}

0 commit comments

Comments
 (0)