In Android, we specified that single line `if`s do...
# intellij
c
In Android, we specified that single line `if`s don't have to have brackets. I did this so that log statements would not overwhelm everything:
if (DEBUG) Log.d("foo")