mirror of https://github.com/apache/druid.git
Reformat on TopNNumericResultBuilder
This commit is contained in:
parent
2b0f4534bf
commit
a093f3728a
|
@ -57,9 +57,9 @@ public class TopNNumericResultBuilder implements TopNResultBuilder
|
|||
{
|
||||
int retval;
|
||||
if (null == o1) {
|
||||
if(null == o2){
|
||||
if (null == o2) {
|
||||
retval = 0;
|
||||
}else {
|
||||
} else {
|
||||
retval = -1;
|
||||
}
|
||||
} else if (null == o2) {
|
||||
|
|
Loading…
Reference in New Issue