chore: use fmt to update examples

This commit is contained in:
rvcas
2023-07-11 19:52:19 -04:00
committed by Lucas
parent 1ab1ff9a1f
commit 0be09cd9e5
4 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ fn assert_mint(purpose, transaction) {
let tokens = value.tokens(transaction.mint, policy_id)
when dict.get(tokens, #"666f6f") is {
None -> error @"token not found"
None -> fail @"token not found"
Some(quantity) -> quantity == 1337
}
}