Skip to content

Commit c143f21

Browse files
committed
Remove accidental newline.
1 parent 8e389fb commit c143f21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-examples/src/main/java/com/google/cloud/examples/storage/snippets/StorageSnippets.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,7 @@ public void downloadFileUsingRequesterPays(String projectId, String bucketName,
11531153

11541154
// Get specific file from specified bucket
11551155
Blob blob = storage.get(BlobId.of(bucketName, srcFilename));
1156-
1157-
1156+
11581157
// Download file to specified path
11591158
blob.downloadTo(destFilePath, Blob.BlobSourceOption.userProject(projectId));
11601159
// [END storage_download_file_requester_pays]

0 commit comments

Comments
 (0)