Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm committed Jul 27, 2024
1 parent 4f55d77 commit 11e9e61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl TokenOwnershipV2 {
txn_version: token_data.txn_version,
write_set_change_index: token_data.write_set_change_index,
token_data_id: token_data_id.clone(),
property_version_v1: LEGACY_DEFAULT_PROPERTY_VERSION.clone(),
property_version_v1: LEGACY_DEFAULT_PROPERTY_VERSION,
owner_address: Some(owner_address.clone()),
storage_id: storage_id.clone(),
amount: DEFAULT_AMOUNT_VALUE.clone(),
Expand Down

0 comments on commit 11e9e61

Please sign in to comment.