Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 14, 2024
1 parent 3bda23a commit 0c2851f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/cardano/transaction.ak
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ pub fn find_datum(
fn(output) {
when output.datum is {
InlineDatum(data) ->
if
blake2b_256(builtin.serialise_data(data)) == datum_hash{

if blake2b_256(builtin.serialise_data(data)) == datum_hash {
Some(data)
} else {
None
Expand Down

0 comments on commit 0c2851f

Please sign in to comment.