sometimes i mix them ``` val c = if (a !== b) { ...
# codingconventions
e
sometimes i mix them
Copy code
val c = if (a !== b) {
    ....
    ....
    "1"
} else "2"