JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / vamsas / objects / simple / Secstructpred.java
index 349c21e..170de07 100755 (executable)
@@ -76,8 +76,9 @@ public class Secstructpred implements java.io.Serializable
     }
     __equalsCalc = obj;
     boolean _equals;
-    _equals = true && ((this.output == null && other.getOutput() == null) || (this.output != null && this.output
-            .equals(other.getOutput())));
+    _equals = true && ((this.output == null && other.getOutput() == null)
+            || (this.output != null
+                    && this.output.equals(other.getOutput())));
     __equalsCalc = null;
     return _equals;
   }