Skip to content

Commit

Permalink
chore: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 5, 2024
1 parent ec4d81a commit 07cf3b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions blueprints/incredible-squaring-eigenlayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ async fn main() {

let initialize_task = InitializeBlsTaskEventHandler {
ctx: aggregator_context.clone(),
contract: contract.clone().into(),
contract: contract.clone(),
contract_instance: Default::default(),
};

let x_square_eigen = XsquareEigenEventHandler {
ctx: eigen_client_context,
contract: contract.clone().into(),
contract: contract.clone(),
contract_instance: Default::default(),
};

Expand Down

0 comments on commit 07cf3b1

Please sign in to comment.