JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / vamsas / objects / simple / Result.java
index 87f0a48..170a1b5 100755 (executable)
@@ -310,8 +310,7 @@ public class Result implements java.io.Serializable
     }
     __equalsCalc = obj;
     boolean _equals;
-    _equals = true
-            && this.broken == other.isBroken()
+    _equals = true && this.broken == other.isBroken()
             && this.failed == other.isFailed()
             && this.finished == other.isFinished()
             && this.invalid == other.isInvalid()
@@ -320,8 +319,9 @@ public class Result implements java.io.Serializable
             && this.running == other.isRunning()
             && this.serverError == other.isServerError()
             && this.state == other.getState()
-            && ((this.status == null && other.getStatus() == null) || (this.status != null && this.status
-                    .equals(other.getStatus())))
+            && ((this.status == null && other.getStatus() == null)
+                    || (this.status != null
+                            && this.status.equals(other.getStatus())))
             && this.suspended == other.isSuspended();
     __equalsCalc = null;
     return _equals;