Skip to content

Commit

Permalink
fix cargo clippy feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Jul 11, 2023
1 parent a9f1000 commit 14e9994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/greenlight/node_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Greenlight {
Ok(Greenlight {
sdk_config,
signer,
tls_config: tls_config.clone(),
tls_config,
gl_client: Mutex::new(None),
node_client: Mutex::new(None),
})
Expand Down

0 comments on commit 14e9994

Please sign in to comment.