-
Notifications
You must be signed in to change notification settings - Fork 79
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
Fixed: duplicate if statements #505
Fixed: duplicate if statements #505
Conversation
Codecov Report
@@ Coverage Diff @@
## integration #505 +/- ##
================================================
+ Coverage 49.69% 49.7% +0.01%
Complexity 987 987
================================================
Files 55 55
Lines 7750 7748 -2
Branches 1406 1406
================================================
Hits 3851 3851
+ Misses 3435 3433 -2
Partials 464 464
Continue to review full report at Codecov.
|
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.
1 very minor change requested but that apart a thing of beauty, thanks. Went a bit operator blind checking the logic. Thanks muchly @nvanderperren
} | ||
// This shouldn't happen | ||
return false; | ||
// This shouldn't happen |
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.
remove misleading 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.
should be fixed!
Tries to solve #418