Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Oct 30, 2023
1 parent 5bd3781 commit 809b001
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/test/app/NFToken_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6806,10 +6806,9 @@ class NFToken0_test : public beast::unit_test::suite
using namespace test::jtx;

// Lambda that mints an NFT and then creates a sell offer
auto mintAndCreateSellOffer =
[](test::jtx::Env& env,
test::jtx::Account const& act,
STAmount const amt) -> uint256 {
auto mintAndCreateSellOffer = [](test::jtx::Env& env,
test::jtx::Account const& act,
STAmount const amt) -> uint256 {
// act mints a NFT
uint256 const nftId{token::getNextID(env, act, 0u, tfTransferable)};
env(token::mint(act, 0u), txflags(tfTransferable));
Expand Down

0 comments on commit 809b001

Please sign in to comment.