Skip to content

Commit

Permalink
Fix haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Jul 9, 2024
1 parent d32212a commit 8230df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Options/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ pGenesisDelegateVerificationKey =
-- | Reader for verification keys
rVerificationKey :: ()
=> SerialiseAsRawBytes (VerificationKey a)
=> AsType a -- | Singleton value identifying the kind of verification keys
-> Maybe String -- | Optional prefix to the error message
=> AsType a -- ^ Singleton value identifying the kind of verification keys
-> Maybe String -- ^ Optional prefix to the error message
-> ReadM (VerificationKey a)
rVerificationKey a mErrPrefix =
Opt.eitherReader $ first
Expand Down

0 comments on commit 8230df5

Please sign in to comment.