Skip to content

Commit 0be4494

Browse files
committed
chore(spanner): lint fix
1 parent ce7f8a8 commit 0be4494

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/connection/ITAbstractSpannerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void intercept(
148148
if (usingMultiplexedsession) {
149149
Field stateField = cls.getDeclaredField("txnState");
150150
stateField.setAccessible(true);
151-
if(tx.getState() == null) {
151+
if (tx.getState() == null) {
152152
return;
153153
}
154154
tx.rollback();

0 commit comments

Comments
 (0)