Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
brech1 committed Oct 5, 2023
1 parent 2e03a0a commit 408125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigentrust-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ pub fn handle_update(data: UpdateData) -> Result<(), EigenError> {
let filepath = get_file_path("config", FileType::Json)?;
let mut json_storage = JSONFileStorage::<CliConfig>::new(filepath);

json_storage.save(config.clone())
json_storage.save(config)
}

/// Tries to load attestations from local storage. If no attestations are found,
Expand Down

0 comments on commit 408125b

Please sign in to comment.