chore: Fix trailing comma lint issue (#165)
This commit is contained in:
parent
c6a07e2577
commit
3999c39166
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ impl<'b> MultiEraTx<'b> {
|
||||||
.collateral_return
|
.collateral_return
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.map(MultiEraOutput::from_babbage),
|
.map(MultiEraOutput::from_babbage),
|
||||||
_ => None
|
_ => None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue