Is it an issue or am I missing something: ``` if (false || true) { do_something(); } ``` Last 2 lines seems to have extra indentation.