Remove an extra blank line in ExtractorSampleSource.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=122065476
This commit is contained in:
andrewlewis 2016-05-11 10:11:07 -07:00 committed by Oliver Woodman
parent 5ca9f62753
commit 7980e495a7

View file

@ -454,7 +454,6 @@ public final class ExtractorSampleSource implements SampleSource, ExtractorOutpu
/* package */ boolean isReady(int track) {
return loadingFinished || (!isPendingReset() && !sampleQueues[track].isEmpty());
}
/* package */ void maybeThrowError() throws IOException {