chore: Fix lint warnings (#190)
* apply code formatting * fix clippy warnings
This commit is contained in:
parent
2495903434
commit
6451da1e72
4 changed files with 6 additions and 6 deletions
|
|
@ -81,7 +81,7 @@ impl ComputeHash<32> for alonzo::PlutusData {
|
|||
|
||||
impl OriginalHash<32> for KeepRaw<'_, alonzo::PlutusData> {
|
||||
fn original_hash(&self) -> Hash<32> {
|
||||
Hasher::<256>::hash(&self.raw_cbor())
|
||||
Hasher::<256>::hash(self.raw_cbor())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue