-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fix/formatting #57
Fix/formatting #57
Conversation
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.
need to fix lots of minor mistakes. haven't reviewed functionality that much yet.
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
- Coverage 94.37% 92.46% -1.91%
==========================================
Files 3 3
Lines 231 239 +8
==========================================
+ Hits 218 221 +3
- Misses 9 11 +2
- Partials 4 7 +3
Continue to review full report at Codecov.
|
45661e8
to
16b9709
Compare
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.
lgtm
16b9709
to
2933999
Compare
I decided to pass the format object to the new methods instead of interface since that is easier for the implementer. Let me know if you think the interface makes more sense and why.