Skip to content

Commit

Permalink
fix build (MystenLabs#5361)
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka authored Oct 18, 2022
1 parent 8a6a85c commit 1b1e8cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/book/examples/sources/patterns/id_pointer.move
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
/// this approach is that the target asset is always discoverable while its
/// `Key` can be wrapped into another object (eg a marketplace listing).
module examples::lock_and_key {
use sui::transfer;
use sui::tx_context::{TxContext};

use sui::object::{Self, ID, UID};
use sui::transfer;
use sui::tx_context::{Self, TxContext};
Expand Down

0 comments on commit 1b1e8cc

Please sign in to comment.