Skip to content

Commit 1b45f81

Browse files
fix linnt issue
1 parent 22a749f commit 1b45f81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

google-cloud-storage/samples/acceptance/buckets_test.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124

125125
describe "storage_soft_deleted_bucket" do
126126
let(:new_bucket_name) { random_bucket_name }
127-
let(:new_bucket) { storage_client.create_bucket new_bucket_name}
128-
let(:new_generation) {new_bucket.generation}
127+
let(:new_bucket) { storage_client.create_bucket new_bucket_name }
128+
let(:new_generation) { new_bucket.generation }
129129
before do
130130
delete_bucket_helper new_bucket.name
131131
end
@@ -145,7 +145,6 @@
145145
end
146146
assert_includes list_deleted_bucket, new_bucket_name
147147
end
148-
149148
end
150149

151150
describe "storage_create_bucket_dual_region" do

0 commit comments

Comments
 (0)