Skip to content

Commit b4efab8

Browse files
committed
style: formatting fix
1 parent f821e2e commit b4efab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,8 +3058,7 @@ private com.google.spanner.executor.v1.ValueList buildStruct(StructReader struct
30583058
if (uuidValue == null) {
30593059
builder.addValue(valueProto.setIsNull(true).build());
30603060
} else {
3061-
builder.addValue(
3062-
valueProto.setStringValue(uuidValue.toString()).build());
3061+
builder.addValue(valueProto.setStringValue(uuidValue.toString()).build());
30633062
}
30643063
}
30653064
value.setArrayValue(builder.build());

0 commit comments

Comments
 (0)