if
, while
, and for
can omit curly braces when they apply to only a single statement. This recipe ensures that any statements which follow that statement are correctly indented to show they are not part of the flow control statement.-Drewrite.activeRecipes=org.openrewrite.java.cleanup.ControlFlowIndentation