Skip to content

Commit 4cd497b

Browse files
committed
Fixing lint issues.
1 parent 49a85df commit 4cd497b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITClosedSessionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public void testTransactionManager() throws InterruptedException {
252252
}
253253
} catch (AbortedException e) {
254254
long retryDelayInMillis = e.getRetryDelayInMillis();
255-
if(retryDelayInMillis > 0) {
255+
if (retryDelayInMillis > 0) {
256256
Thread.sleep(retryDelayInMillis);
257257
}
258258
txn = manager.resetForRetry();

0 commit comments

Comments
 (0)