For code style consistency, can you change the code to use one of the following 
styles:
```
if (zkVersionCheck.isEmpty) {
  ...
} else {
  ...
}
```

or 

```
if (zkVersionCheck.isEmpty)
  // one line
else
  // oneline
```

[ Full content available at: https://github.com/apache/kafka/pull/5101 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to