Skip to content

Commit

Permalink
Revert test coverage fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Nov 6, 2024
1 parent 97c7116 commit ef8ffd6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ pub mod ERC721EnumerableComponent {
..balance {
result.append(self.ERC721Enumerable_owned_tokens.read((owner, index)));
};
let result = result.span();
result
result.span()
}

/// Adds token to this extension's ownership-tracking data structures.
Expand Down

0 comments on commit ef8ffd6

Please sign in to comment.