-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Cl.prettyPrint #1551
feat: add Cl.prettyPrint #1551
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #1551 +/- ##
==========================================
+ Coverage 66.18% 66.32% +0.14%
==========================================
Files 118 119 +1
Lines 8640 8686 +46
Branches 1908 1929 +21
==========================================
+ Hits 5718 5761 +43
- Misses 2685 2688 +3
Partials 237 237
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So good ✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's goo!
Thanks @janniks! |
Description
Cl.prettyPrint
allows to format a clarity value intoExample
Checklist