Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Dec 5, 2024
1 parent 94b7c3c commit 3cd9032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vnft-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl Service {
owner_by_id: HashMap::with_capacity(u16::MAX as usize),
tokens_for_owner: HashMap::with_capacity(u16::MAX as usize),
token_approvals: HashMap::with_capacity(u16::MAX as usize),
..Default::default()
});
}
Self()
Expand Down

0 comments on commit 3cd9032

Please sign in to comment.