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 49a85df commit 4cd497bCopy full SHA for 4cd497b
google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITClosedSessionTest.java
@@ -252,7 +252,7 @@ public void testTransactionManager() throws InterruptedException {
252
}
253
} catch (AbortedException e) {
254
long retryDelayInMillis = e.getRetryDelayInMillis();
255
- if(retryDelayInMillis > 0) {
+ if (retryDelayInMillis > 0) {
256
Thread.sleep(retryDelayInMillis);
257
258
txn = manager.resetForRetry();
0 commit comments