--TEST-- Integration of several fixers related to curly braces, empty lines and trailing whitespace. --RULESET-- { "blank_line_before_statement": true, "no_extra_blank_lines": {"tokens": ["curly_brace_block"]}, "no_useless_else": true, "no_trailing_whitespace": true, "no_whitespace_in_blank_line": true, "statement_indentation": true } --EXPECT--