Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Apr 10, 2024
1 parent 5e150b9 commit 9918ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PlutusV2/ReferenceScripts.purs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ example :: ContractParams -> Effect Unit
example cfg = launchAff_ do
runContract cfg contract

-- NOTE: If you are looking for an example of the most common case of
-- NOTE: If you are looking for an example of the most common case of
-- using reference scripts by referencing an output and not spending it,
-- you likely need to look at the example in `ReferenceInputsAndScripts.purs`.
contract :: Contract Unit
Expand Down

0 comments on commit 9918ad5

Please sign in to comment.