Skip to content

Commit f88d02e

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

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
@@ -794,7 +794,7 @@ def update_bucket_encryption_enforcement_config incoming_config
794794
# The bucket's encryption configuration, or `nil` if no encryption configuration has been set.
795795
# @example
796796
# require "google/cloud/storage"
797-
# #
797+
#
798798
# storage = Google::Cloud::Storage.new
799799
# bucket = storage.bucket "my-bucket"
800800
# bucket.customer_supplied_encryption_enforcement_config #=> Google::Apis::StorageV1::Bucket::Encryption::CustomerSuppliedEncryptionEnforcementConfig.new

0 commit comments

Comments
 (0)