-
Notifications
You must be signed in to change notification settings - Fork 6
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 up headers to remove redundancy and fix some type issues #78
Conversation
Sorry for all of the superfluous indentation and formatting fixes. I have been using the pre-commit checks and auto-formatting fixes. I want to set these checks as automatically applied on all PRs in future, prior to merging. I don't think you need to worry about any of the changes other than the ones I have specifically commented on in this PR. |
@EMventura - if all seems to be working ok, can you approve this PR and I'll merge? 😄 |
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.
All checked, code works good!
Ready for merging! |
I have removed some redundancy in the header includes but during that process I noticed a few type issues which I have (hopefully) fixed here and not broken anything. I've commented on them below so that @EMventura can take a look and confirm that this is correct.