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

Commit 5dccb9a

Browse files
committed
fix style
1 parent bd60bb7 commit 5dccb9a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,8 @@ public void testGetDatasetWithAccessPolicyVersion() throws IOException {
12491249
accessPolicyOption);
12501250
assertThat(dataset).isNotNull();
12511251

1252-
Dataset remoteDataset = bigquery.getDataset(accessPolicyDataset, accessPolicyOption, viewOption);
1252+
Dataset remoteDataset =
1253+
bigquery.getDataset(accessPolicyDataset, accessPolicyOption, viewOption);
12531254
assertNotNull(remoteDataset);
12541255
assertEquals(dataset.getDescription(), remoteDataset.getDescription());
12551256
assertNotNull(remoteDataset.getCreationTime());
@@ -1366,7 +1367,8 @@ public void testUpdateDatabaseWithAccessPolicyVersion() throws IOException {
13661367
.setLabels(null)
13671368
.setAcl(acls)
13681369
.build(),
1369-
datasetOption, updateModeOption);
1370+
datasetOption,
1371+
updateModeOption);
13701372
assertNotNull(updatedDataset);
13711373
assertEquals(updatedDataset.getDescription(), "Updated Description");
13721374
assertThat(updatedDataset.getLabels().isEmpty());

0 commit comments

Comments
 (0)