Skip to content

Commit

Permalink
Clippy format.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Feb 20, 2025
1 parent 27c8e5e commit c49635e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn compare_item_info(
) -> bool {
if std::mem::discriminant(expected_item) !=
std::mem::discriminant(generated_item)
{
{
return false;
}

Expand Down

0 comments on commit c49635e

Please sign in to comment.