JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / uk / ac / ebi / www / WSFile.java
index 210de76..7b2cc9c 100755 (executable)
@@ -75,10 +75,10 @@ public class WSFile implements java.io.Serializable
     __equalsCalc = obj;
     boolean _equals;
     _equals = true
-            && ((type == null && other.getType() == null) || (type != null && type
-                    .equals(other.getType())))
-            && ((ext == null && other.getExt() == null) || (ext != null && ext
-                    .equals(other.getExt())));
+            && ((type == null && other.getType() == null)
+                    || (type != null && type.equals(other.getType())))
+            && ((ext == null && other.getExt() == null)
+                    || (ext != null && ext.equals(other.getExt())));
     __equalsCalc = null;
     return _equals;
   }