Skip to content

Commit

Permalink
Adjust spacing in print-builtin-signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
kwxm committed Mar 18, 2023
1 parent 8d5080e commit eda34de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -725,7 +725,7 @@ runPrintBuiltinSignatures :: IO ()
runPrintBuiltinSignatures = do
let builtins = enumerate @UPLC.DefaultFun
mapM_
(\x -> putStr (printf "%-30s: %s\n" (show $ PP.pretty x) (show $ getSignature x)))
(\x -> putStr (printf "%-32s: %s\n" (show $ PP.pretty x) (show $ getSignature x)))
builtins
where
getSignature (PLC.toBuiltinMeaning @_ @_ @PlcTerm def -> PLC.BuiltinMeaning sch _ _) =
Expand Down

0 comments on commit eda34de

Please sign in to comment.