Skip to content

Commit

Permalink
remove unnecessary parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Jan 24, 2025
1 parent 9fa27c9 commit 7efbf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ runQueryRefScriptSizeCmd

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

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

0 comments on commit 7efbf74

Please sign in to comment.