Skip to content

Commit

Permalink
Update src/test/java/htsjdk/samtools/SAMReadGroupRecordTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson authored Nov 19, 2018
1 parent 15c0b73 commit 6b8af03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/htsjdk/samtools/SAMReadGroupRecordTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void testEqualsAndHashcode(final SAMReadGroupRecord rg, final Object othe

@DataProvider
public Object[][] getBarcodes() {
return new Object[][]{
return new Object[][] {
{null, null},
{Collections.emptyList(), ""},
{Collections.singletonList("aa"), "aa"},
Expand Down

0 comments on commit 6b8af03

Please sign in to comment.