Skip to content

Commit

Permalink
Fix build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacarey committed Jun 1, 2015
1 parent 55af7bc commit 6e87e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/htsjdk/samtools/cram/lossy/Binning.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Binning {
// 25-29 27
// 30-34 33
// 35-39 37
// 40 40
// greater than or equal to 40 40
// @formatter:on
public static final byte[] ILLUMINA_BINNING_MATRIX = new byte[]{
// @formatter:off
Expand Down

0 comments on commit 6e87e9b

Please sign in to comment.