Skip to content

Commit 9d97576

Browse files
1 parent ea6fc35 commit 9d97576

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎google-cloud-storage/src/main/java/com/google/cloud/storage/StorageImpl.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,8 @@ public List<com.google.api.services.storage.model.Notification> call() {
14371437
? ImmutableList.<Notification>of()
14381438
: Lists.transform(
14391439
answer,
1440-
new com.google.common.base.Function<com.google.api.services.storage.model.Notification, Notification>() {
1440+
new com.google.common.base.Function<
1441+
com.google.api.services.storage.model.Notification, Notification>() {
14411442
@Override
14421443
public Notification apply(
14431444
com.google.api.services.storage.model.Notification notificationPb) {

0 commit comments

Comments
 (0)