Skip to content

Commit 9ec3494

Browse files
authored
Fix code formatting (#931)
1 parent 66db552 commit 9ec3494

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

driver/src/main/java/org/neo4j/driver/internal/async/UnmanagedTransaction.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,16 @@ public CompletionStage<UnmanagedTransaction> beginAsync( Bookmark initialBookmar
144144
{
145145
if ( beginError instanceof AuthorizationExpiredException )
146146
{
147-
connection.terminateAndRelease( AuthorizationExpiredException.DESCRIPTION );
148-
}
149-
else
150-
{
151-
connection.release();
152-
}
153-
throw Futures.asCompletionException( beginError );
154-
}
155-
return this;
156-
} );
147+
connection.terminateAndRelease( AuthorizationExpiredException.DESCRIPTION );
148+
}
149+
else
150+
{
151+
connection.release();
152+
}
153+
throw Futures.asCompletionException( beginError );
154+
}
155+
return this;
156+
} );
157157
}
158158

159159
public CompletionStage<Void> closeAsync()

0 commit comments

Comments
 (0)