Skip to content

Commit 27632c6

Browse files
Clean up comments in bucket.rb
Removed unnecessary comment line in bucket.rb.
1 parent f88d02e commit 27632c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google-cloud-storage/lib/google/cloud/storage

google-cloud-storage/lib/google/cloud/storage/bucket.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ def customer_supplied_encryption_enforcement_config
810810
# @param [Google::Apis::StorageV1::Bucket::Encryption::CustomerSuppliedEncryptionEnforcementConfig, nil] new_customer_supplied_encryption_enforcement_config The bucket's encryption configuration, or `nil` to delete the encryption configuration.
811811
# @example
812812
# require "google/cloud/storage"
813-
# #
813+
#
814814
# storage = Google::Cloud::Storage.new
815815
# bucket = storage.bucket "my-bucket"
816816
# new_config = Google::Apis::StorageV1::Bucket::Encryption::CustomerSuppliedEncryptionEnforcementConfig.new restriction_mode: "FullyRestricted"

0 commit comments

Comments
 (0)