chore: Fix lint warnings (#190)

* apply code formatting
* fix clippy warnings
This commit is contained in:
Santiago Carmuega 2022-09-13 08:41:43 -03:00 committed by GitHub
parent 2495903434
commit 6451da1e72
4 changed files with 6 additions and 6 deletions

View file

@ -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())
}
}