Skip to content

Commit

Permalink
Update Query.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Dec 20, 2024
1 parent 6b4487f commit b370a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ runQueryRefScriptSizeCmd
& onLeft left

newtype RefInputScriptSize = RefInputScriptSize {refInputScriptSize :: Int}
deriving (Generic)
deriving anyclass (ToJSON)
deriving Generic
deriving anyclass ToJSON

instance Pretty RefInputScriptSize where
pretty (RefInputScriptSize s) = "Reference inputs scripts size is" <+> pretty s <+> "bytes."
Expand Down

0 comments on commit b370a5b

Please sign in to comment.