Skip to content

Commit 83fd661

Browse files
committed
chore(spanner): lint fix
1 parent 71da885 commit 83fd661

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/AsyncRunnerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
import static com.google.common.truth.Truth.assertThat;
2121
import static org.junit.Assert.assertThrows;
2222
import static org.junit.Assert.assertTrue;
23-
import static org.junit.Assume.assumeFalse;
2423

2524
import com.google.api.core.ApiFuture;
2625
import com.google.api.core.ApiFutures;

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITLargeReadTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public static void setUpDatabase() {
101101
+ ")"));
102102
postgreSQLClient = env.getTestHelper().getDatabaseClient(postgreSQLDatabase);
103103
hasher = Hashing.goodFastHash(64);
104+
104105
List<Mutation> mutations = new ArrayList<>();
105106
Random rnd = new Random();
106107
int totalSize = 0;

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ public void nestedTxnSucceedsWhenAllowed() {
474474
.run(
475475
transaction -> {
476476
client.singleUseReadOnlyTransaction();
477+
477478
return null;
478479
});
479480
}

0 commit comments

Comments
 (0)