Skip to content

Commit 724903d

Browse files
lint(spanner): Fixed formatting issues.
1 parent 2130f52 commit 724903d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchClientImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,7 @@ public List<Partition> partitionQuery(
298298

299299
void maybeMarkUnimplementedForPartitionedOps(SpannerException spannerException) {
300300
if (MultiplexedSessionDatabaseClient.verifyErrorMessage(
301-
spannerException,
302-
"Partitioned operations are not supported with multiplexed sessions")) {
301+
spannerException, "Partitioned operations are not supported with multiplexed sessions")) {
303302
unimplementedForPartitionedOps.set(true);
304303
}
305304
}

0 commit comments

Comments
 (0)