algo: Fix IsLanguageEmpty return value
The IsLanguageEmpty algorithm returned wrong result (the opposite boolean) because of wrong use of the set::count method. Also use set::contains to make the code clearer.
Merge request reports
Activity
enabled an automatic merge when the pipeline for 804b0b0d succeeds
Please register or sign in to reply