Instead of having an `else` with a nested `if/else`, we could keep it flat:
```scala if (fileAlreadyExists) ... else if (preallocate) ... else ... ``` [ Full content available at: https://github.com/apache/kafka/pull/5603 ] This message was relayed via gitbox.apache.org for [email protected]
