``` guard cond1, cond2 else { return } ``` -> ``` guard cond1, cond2 else { return } ``` All the condition lines should be nicely aligned. The same happens for if-conditions.