Skip to content

Commit

Permalink
feat: Remove redundant trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Jan 31, 2025
1 parent c79a153 commit 2674084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ use fuel_core_types::{
},
};

pub trait UpdateMerkleizedTables: Sized {
pub trait UpdateMerkleizedTables {
fn update_merkleized_tables(
&mut self,
chain_id: ChainId,
Expand Down

0 comments on commit 2674084

Please sign in to comment.