if
return
Example:
if (foo()) return true; else return false;
After the quick-fix is applied:
return foo();