Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 63d44a9

Browse files
committed
format
Change-Id: I41393dc1a87fffa0e8ec72d791a80f6e1434ab65
1 parent 9a6787c commit 63d44a9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/it/BigtableBackupIT.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ public static void setUpClass() throws InterruptedException, IOException {
9999
String newInstanceId = PrefixGenerator.newPrefix("backupIT");
100100
targetClusterHot = newInstanceId + "-c1";
101101

102-
testInstance = instanceAdmin.createInstance(
103-
CreateInstanceRequest.of(newInstanceId)
104-
.setDisplayName("BigtableBackupIT")
105-
.addCluster(targetClusterHot, testEnvRule.env().getPrimaryZone(), 1, StorageType.SSD));
102+
testInstance =
103+
instanceAdmin.createInstance(
104+
CreateInstanceRequest.of(newInstanceId)
105+
.setDisplayName("BigtableBackupIT")
106+
.addCluster(
107+
targetClusterHot, testEnvRule.env().getPrimaryZone(), 1, StorageType.SSD));
106108

107109
tableAdminHot =
108110
BigtableTableAdminClient.create(

0 commit comments

Comments
 (0)