Skip to content

Commit

Permalink
pretty print readinterface
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcardon committed Mar 10, 2024
1 parent 34f5971 commit 1a99355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pact/Types/Gas.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ instance Pretty ReadValue where
ReadData {} -> "ReadData"
ReadKey {} -> "ReadKey"
ReadTxId -> "ReadTxId"
ReadModule {} -> "ReadModule"
ReadInterface {} -> "ReadInterface"
ReadModule mn _ -> "ReadModule" <> parens (pretty mn)
ReadInterface mn _ -> "ReadInterface" <> parens (pretty mn)
ReadNamespace {} -> "ReadNamespace"
ReadKeySet {} -> "ReadKeySet"
ReadYield {} -> "ReadYield"
Expand Down

0 comments on commit 1a99355

Please sign in to comment.