Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Jan 8, 2024
1 parent f8d0795 commit 31726d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/app/tx/impl/Payment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ Payment::doApply()
ter != tesSUCCESS)
return ter;

if (auto const ter = requireAuth(view(), saDstAmount.issue(), uDstAccountID);
if (auto const ter =
requireAuth(view(), saDstAmount.issue(), uDstAccountID);
ter != tesSUCCESS)
return ter;

Expand Down

0 comments on commit 31726d9

Please sign in to comment.