Skip to content

Commit 5b9563e

Browse files
committed
re-run fmt
1 parent b120057 commit 5b9563e

File tree

15 files changed

+7561
-4173
lines changed

15 files changed

+7561
-4173
lines changed

rust/src/address.rs

Lines changed: 456 additions & 174 deletions
Large diffs are not rendered by default.

rust/src/chain_crypto/sign.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,9 @@ impl<T, A: VerificationAlgorithm> Clone for Signature<T, A> {
189189
}
190190
}
191191

192-
193192
impl<T, A: VerificationAlgorithm> PartialEq<Self> for Signature<T, A> {
194193
fn eq(&self, other: &Self) -> bool {
195-
self.signdata.as_ref() == other.signdata.as_ref()
196-
&& self.phantom == other.phantom
194+
self.signdata.as_ref() == other.signdata.as_ref() && self.phantom == other.phantom
197195
}
198196
}
199197

0 commit comments

Comments
 (0)