-
Notifications
You must be signed in to change notification settings - Fork 75
adding .none {}
to DataFrame
#1462
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
Conversation
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/api/none.kt
Outdated
Show resolved
Hide resolved
Great addition! Thanks for including KDocs and tests too! I see |
I'll try to do the same for .none {} . Should I open a new PR for this? |
I think it's fine if they're in the same PR as they're siblings anyway :) thanks! |
please run |
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.
Great, thank you!
I ran ktlintFormat but i don't know about apiDump |
alright, I'll do it for you this time. The idea is that you run the linter with |
The CI agrees :) I'll merge it, thanks! |
About issue #1431