Skip to content

Commit 893d9f1

Browse files
author
Mairbek Khadikov
committed
Formatting
1 parent 6dfd73b commit 893d9f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,8 @@ public void serialization() throws Exception {
628628
);
629629
}
630630

631-
@Test public void nestedStructSerialization() throws Exception {
631+
@Test
632+
public void nestedStructSerialization() throws Exception {
632633
Type.StructField[] structFields = {
633634
Type.StructField.of("a", Type.string()),
634635
Type.StructField.of("b", Type.int64())

0 commit comments

Comments
 (0)