Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Jan 17, 2024
1 parent 8080db9 commit 691dd79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ripple/app/tx/impl/MPTokenAuthorize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ MPTokenAuthorize::doApply()
return tesSUCCESS;
}

auto const sleMptIssuance =
view().read(keylet::mptIssuance(mptIssuanceID));
auto const sleMptIssuance = view().read(keylet::mptIssuance(mptIssuanceID));
if (!sleMptIssuance)
return tecINTERNAL;

Expand Down

0 comments on commit 691dd79

Please sign in to comment.