formatting

This commit is contained in:
Xavier Léauté 2014-05-14 16:59:01 -07:00
parent 4f1e157639
commit 1183c68ce4
1 changed files with 1 additions and 1 deletions

View File

@ -48,4 +48,4 @@ public class ReferenceCountingSequence<T> extends YieldingSequenceBase<T>
final Closeable closeable = segment.increment();
return new ResourceClosingYielder<OutType>(baseSequence.toYielder(initValue, accumulator), closeable);
}
}
}