-
Notifications
You must be signed in to change notification settings - Fork 619
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
refactor(archive,expect,io,log,toml,yaml): remove private
and public
access modifiers
#5077
Conversation
private
and public
access modifiers
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.
It looks mostly good. There are a few nits that need to be addressed. Can you please run deno fmt
to format the code?
Also please sign the CLA from the above @CLAassistant's comment. |
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.
I've taken the liberty of formatting and applying the suggested changes to take this over the line. Thank you for your contribution.
Closes #5066
Fixes:
Removed public keyword
Added separate declaration and constructor assignment
Replaced private key with # keyword