if (condition) {
    statementOne();

    statementTwo();
}