Skip to content

Commit 231ad98

Browse files
committed
formatting fixes
1 parent 263c2c6 commit 231ad98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,8 @@ public void testTxWithLargeMessageSize() {
594594
for (int j = 0; j < 7; j++) {
595595
byte[] data = new byte[bytesPerColumn];
596596
random.nextBytes(data);
597-
builder.set("col" + j)
597+
builder
598+
.set("col" + j)
598599
.to(com.google.cloud.spanner.Value.bytes(com.google.cloud.ByteArray.copyFrom(data)));
599600
}
600601
mutations.add(builder.build());

0 commit comments

Comments
 (0)