Skip to content

Commit a01a3b7

Browse files
fixed whitespace
1 parent 2a3caf7 commit a01a3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compute/cloud-client/src/main/java/compute/disks/storagepool/CreateDiskInStoragePool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void main(String[] args)
5858
public static Disk createDiskInStoragePool(String projectId, String zone, String diskName,
5959
String storagePoolName, String diskType,
6060
long diskSizeGb, long iops, long throughput)
61-
throws IOException, ExecutionException, InterruptedException{
61+
throws IOException, ExecutionException, InterruptedException {
6262
// Initialize client that will be used to send requests. This client only needs to be created
6363
// once, and can be reused for multiple requests.
6464
try (DisksClient client = DisksClient.create()) {

0 commit comments

Comments
 (0)