Even better, always put { and } round code to be conditionally executed even if it is only one line of code.
This is what is known as 'literate programming' which we heard in our good old days of programming. Now-a-days, people use:
void setup(){
}
My tutor of that time would certainly call it 'illiterate programming.' Why? There is nothing wrong!