chore: Fix trailing comma lint issue (#165)

This commit is contained in:
Santiago Carmuega 2022-08-06 18:47:07 -03:00 committed by GitHub
parent 865b25b58b
commit 3e8314e8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -216,7 +216,7 @@ impl<'b> MultiEraTx<'b> {
.collateral_return
.as_ref()
.map(MultiEraOutput::from_babbage),
_ => None
_ => None,
}
}