JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / datamodel / ResidueCount.java
index efab97c..dc98f99 100644 (file)
@@ -213,7 +213,7 @@ public class ResidueCount
       }
     }
 
-    if (offset!=GAP_COUNT)
+    if (offset != GAP_COUNT)
     {
       // update modal residue count
       maxCount = Math.max(maxCount, newValue);