Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
echevrier committed Jul 15, 2022
1 parent c6ca0a7 commit 5188016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enclave-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ fn update_market_data_internal(
genesis_hash,
signer,
GLOBAL_NONCE_CACHE.clone(),
node_metadata_repository.clone(),
node_metadata_repository,
);

let mut extrinsic_calls: Vec<OpaqueCall> = Vec::new();
Expand Down

0 comments on commit 5188016

Please sign in to comment.