Whitespace cleanup

This commit is contained in:
Mark DePristo 2011-09-09 14:24:29 -04:00
parent 87dc5cfb24
commit c6436ee5f0
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ public class GenomeLoc implements Comparable<GenomeLoc>, Serializable, HasGenome
@Override
public int hashCode() {
return start << 16 | stop << 4 | contigIndex;
}