when unnecessary parentheses is removed, may lack a whitespace between `if` and `expr`. example `if(is_prime) {println!("hello")};` while be replaced to `ifis_prime {println!("hello")};` Maybe we should replare `(expr)` with a pair of whitespace around `expr`, instead of just `expr`;