Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keyan-m committed Oct 17, 2024
1 parent 49ecd1f commit c6018e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions lib/aiken-design-patterns/tx-level-minter.ak
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ use aiken/crypto.{ScriptHash, blake2b_224}
use aiken/fuzz
use aiken_design_patterns/utils as utils
use cardano/assets.{AssetName, PolicyId, Value}
use cardano/transaction.{
Mint, Redeemer, Transaction, placeholder,
}
use cardano/transaction.{Mint, Redeemer, Transaction, placeholder}

/// Function to be used under the spending endpoint of your validator. It looks
/// at both the redeemers, and minted tokens to allow you validate both its
Expand Down
2 changes: 1 addition & 1 deletion validators/singular-utxo-indexer-example.ak
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use aiken_design_patterns/singular_utxo_indexer as singular_utxo_indexer
use aiken_design_patterns/utils.{authentic_input_is_reproduced_unchanged}
use cardano/assets
use cardano/transaction.{ OutputReference, Transaction }
use cardano/transaction.{OutputReference, Transaction}

validator example(state_token_symbol: assets.PolicyId) {
spend(
Expand Down
4 changes: 1 addition & 3 deletions validators/singular-utxo-indexer-one-to-many-example.ak
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use aiken_design_patterns/singular_utxo_indexer_one_to_many as singular_utxo_indexer
use cardano/assets
use cardano/transaction.{
OutputReference, Transaction,
}
use cardano/transaction.{OutputReference, Transaction}

validator example(
_state_token_symbol: assets.PolicyId,
Expand Down

0 comments on commit c6018e3

Please sign in to comment.