JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / datamodel / FloatContactMatrix.java
index 5fb156f..0341cf2 100644 (file)
@@ -1,16 +1,15 @@
 package jalview.datamodel;
 
-public class FloatContactMatrix extends GroupSetHolder implements ContactMatrixI
+public class FloatContactMatrix extends GroupSetHolder
+        implements ContactMatrixI
 {
 
   int maxrow = 0, maxcol = 0;
 
-
   float[][] elements;
 
   float maxscore;
 
-
   public FloatContactMatrix(float[][] matrix)
   {
     maxcol = 0;