Skip to content

Commit

Permalink
Remove accidental newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed May 30, 2018
1 parent 8e389fb commit c143f21
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,7 @@ public void downloadFileUsingRequesterPays(String projectId, String bucketName,

// Get specific file from specified bucket
Blob blob = storage.get(BlobId.of(bucketName, srcFilename));



// Download file to specified path
blob.downloadTo(destFilePath, Blob.BlobSourceOption.userProject(projectId));
// [END storage_download_file_requester_pays]
Expand Down

0 comments on commit c143f21

Please sign in to comment.