0 / 60 seg.

Consider this code formatting style:

// Java style (opening brace is NOT considered a blank line)
if (condition) {
    ...
}

What is the significance of this brace placement in Java?