We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f821e2e commit b4efab8Copy full SHA for b4efab8
google-cloud-spanner-executor/src/main/java/com/google/cloud/executor/spanner/CloudClientExecutor.java
@@ -3058,8 +3058,7 @@ private com.google.spanner.executor.v1.ValueList buildStruct(StructReader struct
3058
if (uuidValue == null) {
3059
builder.addValue(valueProto.setIsNull(true).build());
3060
} else {
3061
- builder.addValue(
3062
- valueProto.setStringValue(uuidValue.toString()).build());
+ builder.addValue(valueProto.setStringValue(uuidValue.toString()).build());
3063
}
3064
3065
value.setArrayValue(builder.build());
0 commit comments