Skip to content

Commit bd3e451

Browse files
chore: generate libraries at Mon Jan 6 15:22:01 UTC 2025
1 parent c71ef62 commit bd3e451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ public <R> ApiFuture<R> runAsync(final AsyncWork<R> work, Executor executor) {
11171117
} catch (Throwable t) {
11181118
se = SpannerExceptionFactory.newSpannerException(t);
11191119
} finally {
1120-
if(se != null) {
1120+
if (se != null) {
11211121
System.out.println("Session pool exception " + se.getMessage());
11221122
}
11231123
if (se instanceof SessionNotFoundException) {

0 commit comments

Comments
 (0)