multi_runsingle: switch an if() condition for readability
... because there's an identical check right next to it so using the operators in the check in the same order increases readability.
Loading
Please sign in to comment
WARNING! Gitlab maintenance operation scheduled for Saturday 28th March from 8 a.m. (CET) to approximately 3 p.m. (CET). GitLab will be unavailable during this time.
... because there's an identical check right next to it so using the operators in the check in the same order increases readability.