Skip to content
Verified Commit f40db6fb authored by Snehit Sah's avatar Snehit Sah
Browse files

Simplify condition checks



if( expr == true ) is now if( expr )
if( expr == false ) is now if( !expr )

Signed-off-by: Snehit Sah's avatarSnehit Sah <snehitsah@protonmail.com>
parent 7ca2f908
Pipeline #128059 passed with stage
in 1 minute and 59 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