Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 12, 2024
1 parent d727b0f commit 5ee8039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/address-lookup-table-account/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pub struct SlotHashes(SlotHashesOriginal);

impl Clone for SlotHashes {
fn clone(&self) -> Self {
SlotHashes(SlotHashesOriginal::new(self.0.slot_hashes().clone()))
SlotHashes(SlotHashesOriginal::new(self.0.slot_hashes()))
}
}

Expand Down

0 comments on commit 5ee8039

Please sign in to comment.