Skip to content

Commit 2604154

Browse files
fixed whitespace
1 parent a01a3b7 commit 2604154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compute/cloud-client/src/test/java/compute/disks/HyperdiskMockIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public class HyperdiskMockIT {
5555
public void testCreateHyperdiskStoragePool() throws Exception {
5656
String poolType = String.format(
5757
"projects/%s/zones/%s/storagePoolTypes/%s", PROJECT_ID, ZONE, "hyperdisk-balanced");
58-
5958
StoragePool storagePool = StoragePool.newBuilder()
6059
.setZone(ZONE)
6160
.setName(STORAGE_POOL_NAME)

0 commit comments

Comments
 (0)