Skip to content

Commit

Permalink
Update sui_programmability/examples/nfts/sources/Num.move
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Li <[email protected]>
  • Loading branch information
sblackshear and 666lcz committed Mar 11, 2022
1 parent f1ad81d commit 20fcf96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sui_programmability/examples/nfts/sources/Num.move
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ module NFTs::Num {
let Num { n: _ } = NFT::burn(nft);
cap.supply = cap.supply - 1;
}

}

0 comments on commit 20fcf96

Please sign in to comment.