work on data buffer for aLeaves MAFFT suite + clean up
[jalview.git] / forester / java / src / org / forester / util / BasicDescriptiveStatistics.java
index 538f6a1..0818951 100644 (file)
@@ -146,7 +146,6 @@ public class BasicDescriptiveStatistics implements DescriptiveStatistics {
         return _sum;
     }
 
-  
     @Override
     public String getSummaryAsString() {
         validate();
@@ -155,7 +154,6 @@ public class BasicDescriptiveStatistics implements DescriptiveStatistics {
         return "" + mean + ( ( char ) 177 ) + sd + " [" + getMin() + "..." + getMax() + "]";
     }
 
-   
     @Override
     public double getValue( final int index ) {
         validate();