Skip to content
Commit d2eed96d authored by Sandro Knauß's avatar Sandro Knauß 🐝
Browse files

KeyResolver: Use test functions (any_of, none_of) instead of find_if.

Using any_of and none_of instead of find_if makes it more clear what we
want to achive and reduce the line lengths. Also we don't care about the
contition and not about the lement in itself.
parent 2315f2bc
Pipeline #54272 passed with stage
in 25 minutes and 52 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment