You can get away with not using { } if there's only one command to perform.

The main thing to watch out for is this:

Code:
if (x) echo -a this triggers when the if is $true | echo -a this triggers no matter what, whilst some would expect it to trigger only if the if was $true