Skip to content

Commit 3619fe5

Browse files
committed
fmt
1 parent 8d83f78 commit 3619fe5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ssh-key/src/signature.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,9 +680,7 @@ impl Signer<Signature> for (&RsaKeypair, Option<HashAlg>) {
680680
.map_err(|_| signature::Error::new())?;
681681

682682
Ok(Signature {
683-
algorithm: Algorithm::Rsa {
684-
hash: self.1,
685-
},
683+
algorithm: Algorithm::Rsa { hash: self.1 },
686684
data: data.to_vec(),
687685
})
688686
}

0 commit comments

Comments
 (0)