Skip to content

Commit 9262c78

Browse files
Fixed code
1 parent d863a9a commit 9262c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compute/cloud-client/src/main/java/compute/disks/CreateDiskSecondaryRegional.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ public static Status createDiskSecondaryRegional(String projectId,
7676
// Initialize client that will be used to send requests. This client only needs to be created
7777
// once, and can be reused for multiple requests.
7878
try (RegionDisksClient disksClient = RegionDisksClient.create()) {
79-
DiskAsyncReplication asyncReplication = DiskAsyncReplication.newBuilder()
80-
.setDisk(primaryDiskSource)
81-
.build();
79+
DiskAsyncReplication asyncReplication = DiskAsyncReplication.newBuilder()
80+
.setDisk(primaryDiskSource)
81+
.build();
8282

8383
Disk disk = Disk.newBuilder()
8484
.addAllReplicaZones(replicaZones)

0 commit comments

Comments
 (0)