>If the condition of an if or when statement is...
# announcements
k
If the condition of an if or when statement is multiline, always use curly braces around the body of the statement.
Suggests there are cases where you don't have to use
{}
, but I can't find a specific mention either.