-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SpaceEngine] NFC: Switch to !=
instead of compare
on Head
iden…
#17842
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
[SpaceEngine] NFC: Switch to !=
instead of compare
on Head
iden…
#17842
Conversation
…tifiers Since `Head` comparison only checks for equality, all of such checks could be switched from `compare` to `!=` operator.
@swift-ci please test |
Build failed |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please smoke test Linux platform |
@swift-ci please test Linux platform |
Build failed |
some unrelated |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please smoke test Linux platform |
I am experiencing such |
@swift-ci please test Linux platform |
…tifiers
Since
Head
comparison only checks for equality, all of suchchecks could be switched from
compare
to!=
operator.