Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagaprasadvr committed Jan 24, 2025
1 parent f5ceca5 commit c8ffa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/metadata_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl MetadataJsonDownloadWorkerArgs {
client.clone(),
pool,
download_metadata_info,
download_config.clone(),
Arc::clone(&download_config),
));
}

Expand Down

0 comments on commit c8ffa02

Please sign in to comment.