Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nitpick in IntervalKeepPairFilterTest #1254

Merged
merged 3 commits into from
Jan 8, 2019

Conversation

lbergelson
Copy link
Member

@meganshand I've responded to my own nitpick, could you review?

Copy link
Contributor

@meganshand meganshand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -106,7 +106,7 @@ public void testSingleEndedReads() {

final IntervalKeepPairFilter filter = new IntervalKeepPairFilter(intervalList);

boolean singleEnded = StreamSupport.stream(builder.spliterator(), false)
boolean singleEnded = builder.getRecords().stream()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra space

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh no! you're right

@lbergelson lbergelson merged commit 5a0ab68 into master Jan 8, 2019
@lbergelson lbergelson deleted the lb_update_test_formatting branch January 8, 2019 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants