Skip to content
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

Removed unnecessary null check in Batch method #846

Merged
merged 1 commit into from
Oct 16, 2022

Conversation

MateoMiller
Copy link
Contributor

If count is more than 0, then bucket is not null. If count is zero, then bucket is null. So check for null condition is not necessary here

If count is more than 0, then bucket is not null. If count is zero, then bucket is null. So check for null condition is not necessary
@atifaziz atifaziz changed the title Removed unnecessary null check in batch method Removed unnecessary null check in Batch method Oct 16, 2022
Copy link
Member

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@atifaziz atifaziz added this to the 3.4.0 milestone Oct 16, 2022
@atifaziz atifaziz merged commit e700980 into morelinq:master Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants