Skip to content

Commit

Permalink
Fix Show instance for Ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 3, 2022
1 parent b24f333 commit 0be0b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cardano-ledger-core/src/Cardano/Ledger/Credential.hs
Expand Up @@ -148,7 +148,7 @@ instance Show Ptr where
. shows slotNo
. (") (" ++)
. shows txIx
. (") " ++)
. (") (" ++)
. shows certIx
. (')' :)

Expand Down

0 comments on commit 0be0b96

Please sign in to comment.