Anytime you get rid of the `{}`, you have the opti...
# announcements
z
Anytime you get rid of the
{}
, you have the option of going to the next line and indenting or staying on the same line. I am of the opinion that in almost all cases, you should only go to the next line if the statement is a single line statement. Otherwise either stay on the previous line or leave the curly braces in for clarity.