mirror of https://github.com/apache/druid.git
formatting
This commit is contained in:
parent
4f1e157639
commit
1183c68ce4
|
@ -48,4 +48,4 @@ public class ReferenceCountingSequence<T> extends YieldingSequenceBase<T>
|
||||||
final Closeable closeable = segment.increment();
|
final Closeable closeable = segment.increment();
|
||||||
return new ResourceClosingYielder<OutType>(baseSequence.toYielder(initValue, accumulator), closeable);
|
return new ResourceClosingYielder<OutType>(baseSequence.toYielder(initValue, accumulator), closeable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue