Skip to content

Commit 7f4f433

Browse files
try
1 parent 3e9f451 commit 7f4f433

File tree

2 files changed

+2
-2
lines changed
  • google-cloud-storage-control-v2/lib/google/cloud/storage/control/v2/storage_control
  • google-cloud-storage-control/samples/acceptance

2 files changed

+2
-2
lines changed

google-cloud-storage-control-v2/lib/google/cloud/storage/control/v2/storage_control/operations.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def get_operation request, options = nil
283283

284284
# Customize the options with defaults
285285
metadata = @config.rpcs.get_operation.metadata.to_h
286-
286+
287287
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
288288
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
289289
lib_name: @config.lib_name, lib_version: @config.lib_version,

google-cloud-storage-control/samples/acceptance/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def retry_resource_exhaustion
7272
# @param bucket_name [String] The name of the Google Cloud Storage bucket.
7373
# @return [Integer] The final count of Anywhere Caches, which will be 0
7474
# the method completes successfully after all caches are deleted.
75-
def count_anywhere_caches bucket_name
75+
def count_anywhere_caches bucket_name
7676
storage_control_client = Google::Cloud::Storage::Control.storage_control
7777

7878
# Set project to "_" to signify global bucket

0 commit comments

Comments
 (0)