Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Sep 25, 2024
1 parent f924b7d commit 30b8538
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/xrpld/app/tx/detail/Subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ SetSubscription::doApply()
return temMALFORMED;
}
}

sle->setFieldU32(sfNextPaymentTime, nextPaymentTime);
if (ctx_.tx.isFieldPresent(sfExpiration))
{
Expand All @@ -236,8 +236,9 @@ SetSubscription::doApply()

if (expiration < nextPaymentTime)
{
JLOG(ctx_.journal.warn()) << "SetSubscription: The expiration time is "
"less than the next payment time.";
JLOG(ctx_.journal.warn())
<< "SetSubscription: The expiration time is "
"less than the next payment time.";
return temBAD_EXPIRATION;
}
sle->setFieldU32(sfExpiration, expiration);
Expand Down

0 comments on commit 30b8538

Please sign in to comment.