JAL-3285 small method call name change missed in ConsensusThread commit
[jalview.git] / src / jalview / workers / ConsensusThread.java
index 78c6da2..c98c27d 100644 (file)
@@ -222,7 +222,6 @@ public class ConsensusThread extends AlignCalcWorker
   protected void deriveConsensus(AlignmentAnnotation consensusAnnotation,
           ProfilesI hconsensus)
   {
-
     long nseq = getSequences().length;
     AAFrequency.completeConsensus(consensusAnnotation, hconsensus,
             hconsensus.getStartColumn(), hconsensus.getEndColumn() + 1,