Whitespace cleanup
This commit is contained in:
parent
87dc5cfb24
commit
c6436ee5f0
|
|
@ -307,6 +307,7 @@ public class GenomeLoc implements Comparable<GenomeLoc>, Serializable, HasGenome
|
|||
@Override
|
||||
public int hashCode() {
|
||||
return start << 16 | stop << 4 | contigIndex;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue