Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Aug 2, 2024
1 parent 2b33726 commit de155c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decrypt-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn read_keys<P: AsRef<path::Path>>(path: P) -> Keys {
};
Keys {
encrypted_secret_key: encrypted_secret_key.to_owned(),
public_key: public_key.to_owned(),
_public_key: public_key.to_owned(),
}
}
_ => {
Expand Down

0 comments on commit de155c1

Please sign in to comment.