Skip to content

Commit

Permalink
Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Feb 27, 2025
1 parent 41756d8 commit 1e92a11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,7 @@ private boolean handleSuccessfulResponse(MessageContext messageContext, int stat
getRemainingTokenCountMetadata(providerConfiguration).getAttributeIdentifier();

if (remainingTokenCountHeader != null && transportHeaders.containsKey(remainingTokenCountHeader)) {
long remainingTokenCount = Long.parseLong((String) transportHeaders
.get(getRemainingTokenCountMetadata(providerConfiguration).getAttributeIdentifier()));
long remainingTokenCount = Long.parseLong((String) transportHeaders.get(remainingTokenCountHeader));
if (remainingTokenCount <= 0) {
if (roundRobinConfigs != null) {

Expand Down

0 comments on commit 1e92a11

Please sign in to comment.